#955B3C

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

Shades of Rope #955B3C

Tints of Rope #955B3C

Color information

#955B3C (or 0x955B3C) is unknown color: approx Rope. HEX triplet: 95, 5B and 3C. RGB value is (149,91,60). Sum of RGB (Red+Green+Blue) = 149+91+60=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B3C is #6AA4C3. Grayscale: #686868. Windows color (decimal): -6988996 or 3955605. OLE color: 3955605.

HSL color Cylindrical-coordinate representation of color #955B3C: hue angle of 20.9º 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 #955B3C is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1499160-
CMYK00.390.600.42
HSL20.9º42.58%40.98%-
HSV(B)20.9º59.73%58.43%-
XYZ16.9514.26.12-
YUV104.81102.72159.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 60 (23.83% from 255) = 20%
R=49.67%
G=30.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149916000.390.600.4220.942.5840.98
Hex955B3C0273C2A152b29
Octal225133740477452255351
Binary100101011011011111100010011111110010101010101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B3C; }

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

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

<style>
 a { background-color: #955B3C; }

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

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

<style>
 span { border-color: #955B3C; }

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

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