Html Css Color HEX #96573B Rope

📋 copy color: '#96573B'

red 150 ◦ green 87 ◦ blue 59

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

Shades of Rope #96573B

Tints of Rope #96573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 50.68%
G = 29.39%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96573B (or 0x96573B) is known color: Rope. HEX triplet: 96, 57 and 3B. RGB value is (150,87,59). Sum of RGB (Red+Green+Blue) = 150+87+59=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96573B is #69A8C4. Grayscale: #666666. Windows color (decimal): -6924485 or 3889046. OLE color: 3889046.

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

Color convert

RGB 150 87 59 -
CMYK 0 0.42 0.61 0.41
HSL 18.46º 0.44% 0.41% -
HSV(B) 18.46º 0.61% 0.59% -
XYZ 16.78 13.62 5.88 -
YUV 102.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 150 87 59 0 0.42 0.61 0.41 18.46 0.44 0.41
Hex 96 57 3B 0 2A 3D 29 12 2C 29
Octal 226 127 73 0 52 75 51 22 54 51
Binary 10010110 1010111 111011 0 101010 111101 101001 10010 101100 101001

Color Harmonies of #96573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96573B

Black with #96573B

Text Example


Text Example

White with #96573B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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