Html Css Color HEX #9C6221 Afghan Tan

📋 copy color: '#9C6221'

red 156 ◦ green 98 ◦ blue 33

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

Shades of Afghan Tan #9C6221

Tints of Afghan Tan #9C6221

RGB

 RED value IS 156 (61.33% from 255) = 54.36%

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 54.36%
G = 34.15%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6221 (or 0x9C6221) is known color: Afghan Tan. HEX triplet: 9C, 62 and 21. RGB value is (156,98,33). Sum of RGB (Red+Green+Blue) = 156+98+33=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6221 is #639DDE. Grayscale: #6C6C6C. Windows color (decimal): -6528479 or 2187932. OLE color: 2187932.

HSL color Cylindrical-coordinate representation of color #9C6221: hue angle of 31.71º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C6221 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 33 -
CMYK 0 0.37 0.79 0.39
HSL 31.71º 0.65% 0.37% -
HSV(B) 31.71º 0.79% 0.61% -
XYZ 18.35 15.91 3.54 -
YUV 107.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 156 98 33 0 0.37 0.79 0.39 31.71 0.65 0.37
Hex 9C 62 21 0 25 4F 27 20 41 25
Octal 234 142 41 0 45 117 47 40 101 45
Binary 10011100 1100010 100001 0 100101 1001111 100111 100000 1000001 100101

Color Harmonies of #9C6221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6221

Black with #9C6221

Text Example


Text Example

White with #9C6221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6221; }

 p { color: rgb(156,98,33); }

 H1.HeaderClassName
 {
   color: #9C6221;
 }
 .AnyTagClassName
 {
   color: #9C6221;
 }
</style>

background-color css

<style>
 a { background-color: #9C6221; }

 a { background-color: rgb(156,98,33); }

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

border-color css

<style>
 span { border-color: #9C6221; }

 span { border-color: rgb(156,98,33); }

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