Html Css Color HEX #9F6222 Afghan Tan

📋 copy color: '#9F6222'

red 159 ◦ green 98 ◦ blue 34

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

Shades of Afghan Tan #9F6222

Tints of Afghan Tan #9F6222

RGB

 RED value IS 159 (62.5% from 255) = 54.64%

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

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 54.64%
G = 33.68%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F6222 (or 0x9F6222) is known color: Afghan Tan. HEX triplet: 9F, 62 and 22. RGB value is (159,98,34). Sum of RGB (Red+Green+Blue) = 159+98+34=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6222 is #609DDD. Grayscale: #6D6D6D. Windows color (decimal): -6331870 or 2253471. OLE color: 2253471.

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

Color convert

RGB 159 98 34 -
CMYK 0 0.38 0.79 0.38
HSL 30.72º 0.65% 0.38% -
HSV(B) 30.72º 0.79% 0.62% -
XYZ 18.95 16.22 3.65 -
YUV 108.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 159 98 34 0 0.38 0.79 0.38 30.72 0.65 0.38
Hex 9F 62 22 0 26 4F 26 1F 41 26
Octal 237 142 42 0 46 117 46 37 101 46
Binary 10011111 1100010 100010 0 100110 1001111 100110 11111 1000001 100110

Color Harmonies of #9F6222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6222

Black with #9F6222

Text Example


Text Example

White with #9F6222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,98,34); }

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

background-color css

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

 a { background-color: rgb(159,98,34); }

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

border-color css

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

 span { border-color: rgb(159,98,34); }

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