#96603D

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

Shades of Rope #96603D

Tints of Rope #96603D

Color information

#96603D (or 0x96603D) is unknown color: approx Rope. HEX triplet: 96, 60 and 3D. RGB value is (150,96,61). Sum of RGB (Red+Green+Blue) = 150+96+61=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96603D is #699FC2. Grayscale: #6C6C6C. Windows color (decimal): -6922179 or 4022422. OLE color: 4022422.

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

Color convert

RGB1509661-
CMYK00.360.590.41
HSL23.6º42.18%41.37%-
HSV(B)23.6º59.33%58.82%-
XYZ17.615.196.42-
YUV108.16101.39157.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=48.86%
G=31.27%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150966100.360.590.4123.642.1841.37
Hex96603D0243B29182a29
Octal226140750447351305251
Binary100101101100000111101010010011101110100111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96603D; }

 p { color: rgb(150,96,61); }

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

<style>
 a { background-color: #96603D; }

 a { background-color: rgb(150,96,61); }

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

<style>
 span { border-color: #96603D; }

 span { border-color: rgb(150,96,61); }

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