#96553B

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

Shades of Rope #96553B

Tints of Rope #96553B

Color information

#96553B (or 0x96553B) is unknown color: approx Rope. HEX triplet: 96, 55 and 3B. RGB value is (150,85,59). Sum of RGB (Red+Green+Blue) = 150+85+59=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96553B is #69AAC4. Grayscale: #656565. Windows color (decimal): -6924997 or 3888534. OLE color: 3888534.

HSL color Cylindrical-coordinate representation of color #96553B: hue angle of 17.14º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96553B is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1508559-
CMYK00.430.610.41
HSL17.14º43.54%40.98%-
HSV(B)17.14º60.67%58.82%-
XYZ16.6213.35.83-
YUV101.47104.03162.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=51.02%
G=28.91%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150855900.430.610.4117.1443.5440.98
Hex96553B02B3D29112c29
Octal226125730537551215451
Binary100101101010101111011010101111110110100110001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96553B; }

 p { color: rgb(150,85,59); }

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

<style>
 a { background-color: #96553B; }

 a { background-color: rgb(150,85,59); }

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

<style>
 span { border-color: #96553B; }

 span { border-color: rgb(150,85,59); }

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