Html Css Color HEX #96603C Rope

📋 copy color: '#96603C'

red 150 ◦ green 96 ◦ blue 60

#96603C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rope #96603C

Tints of Rope #96603C

RGB

 RED value IS 150 (58.98% from 255) = 49.02%

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 49.02%
G = 31.37%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96603C (or 0x96603C) is known color: Rope. HEX triplet: 96, 60 and 3C. RGB value is (150,96,60). Sum of RGB (Red+Green+Blue) = 150+96+60=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96603C is #699FC3. Grayscale: #6C6C6C. Windows color (decimal): -6922180 or 3956886. OLE color: 3956886.

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

Color convert

RGB 150 96 60 -
CMYK 0 0.36 0.6 0.41
HSL 24º 0.43% 0.41% -
HSV(B) 24º 0.6% 0.59% -
XYZ 17.58 15.18 6.28 -
YUV 108.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 150 96 60 0 0.36 0.6 0.41 24 0.43 0.41
Hex 96 60 3C 0 24 3C 29 18 2B 29
Octal 226 140 74 0 44 74 51 30 53 51
Binary 10010110 1100000 111100 0 100100 111100 101001 11000 101011 101001

Color Harmonies of #96603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96603C

Black with #96603C

Text Example


Text Example

White with #96603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96603C;
 }
 .AnyTagClassName
 {
   color: #96603C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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