Html Css Color HEX #96593C Rope

📋 copy color: '#96593C'

red 150 ◦ green 89 ◦ blue 60

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

Shades of Rope #96593C

Tints of Rope #96593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.77%

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

R = 50.17%
G = 29.77%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96593C (or 0x96593C) is known color: Rope. HEX triplet: 96, 59 and 3C. RGB value is (150,89,60). Sum of RGB (Red+Green+Blue) = 150+89+60=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96593C is #69A6C3. Grayscale: #686868. Windows color (decimal): -6923972 or 3955094. OLE color: 3955094.

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

Color convert

RGB 150 89 60 -
CMYK 0 0.41 0.6 0.41
HSL 19.33º 0.43% 0.41% -
HSV(B) 19.33º 0.6% 0.59% -
XYZ 16.97 13.96 6.07 -
YUV 103.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 150 89 60 0 0.41 0.6 0.41 19.33 0.43 0.41
Hex 96 59 3C 0 29 3C 29 13 2B 29
Octal 226 131 74 0 51 74 51 23 53 51
Binary 10010110 1011001 111100 0 101001 111100 101001 10011 101011 101001

Color Harmonies of #96593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96593C

Black with #96593C

Text Example


Text Example

White with #96593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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