#95623E

Color #95623E Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #95623E

Tints of Rope #95623E

Color information

#95623E (or 0x95623E) is unknown color: approx Rope. HEX triplet: 95, 62 and 3E. RGB value is (149,98,62). Sum of RGB (Red+Green+Blue) = 149+98+62=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95623E is #6A9DC1. Grayscale: #6D6D6D. Windows color (decimal): -6987202 or 4088469. OLE color: 4088469.

HSL color Cylindrical-coordinate representation of color #95623E: hue angle of 24.83º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95623E is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1499862-
CMYK00.340.580.42
HSL24.83º41.23%41.37%-
HSV(B)24.83º58.39%58.43%-
XYZ17.6315.476.61-
YUV109.14101.4156.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=48.22%
G=31.72%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149986200.340.580.4224.8341.2341.37
Hex95623E0223A2A192929
Octal225142760427252315151
Binary100101011100010111110010001011101010101011001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95623E; }

 p { color: rgb(149,98,62); }

 H1.HeaderClassName
 {
   color: #95623E;
 }
 .AnyTagClassName
 {
   color: #95623E;
 }
</style>
background-color css

<style>
 a { background-color: #95623E; }

 a { background-color: rgb(149,98,62); }

 div.DivClassName
 {
   background-color: #95623E;
 }
 .BgClassName
 {
   background-color: #95623E;
 }
</style>
border-color css

<style>
 span { border-color: #95623E; }

 span { border-color: rgb(149,98,62); }

 td.TdClassName
 {
   border-color: #95623E;
 }
 .TagClassName
 {
   border-color: #95623E;
 }
</style>