Html Css Color HEX #96611E Afghan Tan

📋 copy color: '#96611E'

red 150 ◦ green 97 ◦ blue 30

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

Shades of Afghan Tan #96611E

Tints of Afghan Tan #96611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 54.15%
G = 35.02%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96611E (or 0x96611E) is known color: Afghan Tan. HEX triplet: 96, 61 and 1E. RGB value is (150,97,30). Sum of RGB (Red+Green+Blue) = 150+97+30=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96611E is #699EE1. Grayscale: #696969. Windows color (decimal): -6921954 or 1991062. OLE color: 1991062.

HSL color Cylindrical-coordinate representation of color #96611E: hue angle of 33.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96611E is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 30 -
CMYK 0 0.35 0.80 0.41
HSL 33.5º 0.67% 0.35% -
HSV(B) 33.5º 0.8% 0.59% -
XYZ 17.09 15.13 3.25 -
YUV 105.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 150 97 30 0 0.35 0.80 0.41 33.5 0.67 0.35
Hex 96 61 1E 0 23 50 29 22 43 23
Octal 226 141 36 0 43 120 51 42 103 43
Binary 10010110 1100001 11110 0 100011 1010000 101001 100010 1000011 100011

Color Harmonies of #96611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96611E

Black with #96611E

Text Example


Text Example

White with #96611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96611E; }

 p { color: rgb(150,97,30); }

 H1.HeaderClassName
 {
   color: #96611E;
 }
 .AnyTagClassName
 {
   color: #96611E;
 }
</style>

background-color css

<style>
 a { background-color: #96611E; }

 a { background-color: rgb(150,97,30); }

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

border-color css

<style>
 span { border-color: #96611E; }

 span { border-color: rgb(150,97,30); }

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