Html Css Color HEX #96551E Afghan Tan

📋 copy color: '#96551E'

red 150 ◦ green 85 ◦ blue 30

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

Shades of Afghan Tan #96551E

Tints of Afghan Tan #96551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 56.6%
G = 32.08%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96551E (or 0x96551E) is known color: Afghan Tan. HEX triplet: 96, 55 and 1E. RGB value is (150,85,30). Sum of RGB (Red+Green+Blue) = 150+85+30=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96551E is #69AAE1. Grayscale: #626262. Windows color (decimal): -6925026 or 1987990. OLE color: 1987990.

HSL color Cylindrical-coordinate representation of color #96551E: hue angle of 27.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 #96551E is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 30 -
CMYK 0 0.43 0.80 0.41
HSL 27.5º 0.67% 0.35% -
HSV(B) 27.5º 0.8% 0.59% -
XYZ 16.06 13.07 2.91 -
YUV 98.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 150 85 30 0 0.43 0.80 0.41 27.5 0.67 0.35
Hex 96 55 1E 0 2B 50 29 1C 43 23
Octal 226 125 36 0 53 120 51 34 103 43
Binary 10010110 1010101 11110 0 101011 1010000 101001 11100 1000011 100011

Color Harmonies of #96551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96551E

Black with #96551E

Text Example


Text Example

White with #96551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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