Html Css Color HEX #96593A Rope

📋 copy color: '#96593A'

red 150 ◦ green 89 ◦ blue 58

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

Shades of Rope #96593A

Tints of Rope #96593A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 50.51%
G = 29.97%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96593A (or 0x96593A) is known color: Rope. HEX triplet: 96, 59 and 3A. RGB value is (150,89,58). Sum of RGB (Red+Green+Blue) = 150+89+58=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96593A is #69A6C5. Grayscale: #676767. Windows color (decimal): -6923974 or 3824022. OLE color: 3824022.

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

Color convert

RGB 150 89 58 -
CMYK 0 0.41 0.61 0.41
HSL 20.22º 0.44% 0.41% -
HSV(B) 20.22º 0.61% 0.59% -
XYZ 16.91 13.93 5.8 -
YUV 103.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 150 89 58 0 0.41 0.61 0.41 20.22 0.44 0.41
Hex 96 59 3A 0 29 3D 29 14 2C 29
Octal 226 131 72 0 51 75 51 24 54 51
Binary 10010110 1011001 111010 0 101001 111101 101001 10100 101100 101001

Color Harmonies of #96593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96593A

Black with #96593A

Text Example


Text Example

White with #96593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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