Html Css Color HEX #96591C Afghan Tan

📋 copy color: '#96591C'

red 150 ◦ green 89 ◦ blue 28

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

Shades of Afghan Tan #96591C

Tints of Afghan Tan #96591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 56.18%
G = 33.33%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96591C (or 0x96591C) is known color: Afghan Tan. HEX triplet: 96, 59 and 1C. RGB value is (150,89,28). Sum of RGB (Red+Green+Blue) = 150+89+28=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96591C is #69A6E3. Grayscale: #646464. Windows color (decimal): -6924004 or 1857942. OLE color: 1857942.

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

Color convert

RGB 150 89 28 -
CMYK 0 0.41 0.81 0.41
HSL 30º 0.69% 0.35% -
HSV(B) 30º 0.81% 0.59% -
XYZ 16.36 13.71 2.88 -
YUV 100.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 150 89 28 0 0.41 0.81 0.41 30 0.69 0.35
Hex 96 59 1C 0 29 51 29 1E 45 23
Octal 226 131 34 0 51 121 51 36 105 43
Binary 10010110 1011001 11100 0 101001 1010001 101001 11110 1000101 100011

Color Harmonies of #96591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96591C

Black with #96591C

Text Example


Text Example

White with #96591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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