#95603C

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

Shades of Rope #95603C

Tints of Rope #95603C

Color information

#95603C (or 0x95603C) is unknown color: approx Rope. HEX triplet: 95, 60 and 3C. RGB value is (149,96,60). Sum of RGB (Red+Green+Blue) = 149+96+60=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95603C is #6A9FC3. Grayscale: #6B6B6B. Windows color (decimal): -6987716 or 3956885. OLE color: 3956885.

HSL color Cylindrical-coordinate representation of color #95603C: hue angle of 24.27º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95603C is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1499660-
CMYK00.360.600.42
HSL24.27º42.58%40.98%-
HSV(B)24.27º59.73%58.43%-
XYZ17.3915.086.27-
YUV107.74101.06157.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=48.85%
G=31.48%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149966000.360.600.4224.2742.5840.98
Hex95603C0243C2A182b29
Octal225140740447452305351
Binary100101011100000111100010010011110010101011000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95603C; }

 p { color: rgb(149,96,60); }

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

<style>
 a { background-color: #95603C; }

 a { background-color: rgb(149,96,60); }

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

<style>
 span { border-color: #95603C; }

 span { border-color: rgb(149,96,60); }

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