Html Css Color HEX #96573C Rope

📋 copy color: '#96573C'

red 150 ◦ green 87 ◦ blue 60

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

Shades of Rope #96573C

Tints of Rope #96573C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.29%

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

R = 50.51%
G = 29.29%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96573C (or 0x96573C) is known color: Rope. HEX triplet: 96, 57 and 3C. RGB value is (150,87,60). Sum of RGB (Red+Green+Blue) = 150+87+60=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96573C is #69A8C3. Grayscale: #666666. Windows color (decimal): -6924484 or 3954582. OLE color: 3954582.

HSL color Cylindrical-coordinate representation of color #96573C: hue angle of 18º 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 #96573C is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 60 -
CMYK 0 0.42 0.6 0.41
HSL 18º 0.43% 0.41% -
HSV(B) 18º 0.6% 0.59% -
XYZ 16.8 13.63 6.02 -
YUV 102.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 150 87 60 0 0.42 0.6 0.41 18 0.43 0.41
Hex 96 57 3C 0 2A 3C 29 12 2B 29
Octal 226 127 74 0 52 74 51 22 53 51
Binary 10010110 1010111 111100 0 101010 111100 101001 10010 101011 101001

Color Harmonies of #96573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96573C

Black with #96573C

Text Example


Text Example

White with #96573C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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