Html Css Color HEX #9F6423 Afghan Tan

📋 copy color: '#9F6423'

red 159 ◦ green 100 ◦ blue 35

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

Shades of Afghan Tan #9F6423

Tints of Afghan Tan #9F6423

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 35 (14.06% from 255) = 11.9%

R = 54.08%
G = 34.01%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F6423 (or 0x9F6423) is known color: Afghan Tan. HEX triplet: 9F, 64 and 23. RGB value is (159,100,35). Sum of RGB (Red+Green+Blue) = 159+100+35=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6423 is #609BDC. Grayscale: #6E6E6E. Windows color (decimal): -6331357 or 2319519. OLE color: 2319519.

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

Color convert

RGB 159 100 35 -
CMYK 0 0.37 0.78 0.38
HSL 31.45º 0.64% 0.38% -
HSV(B) 31.45º 0.78% 0.62% -
XYZ 19.16 16.61 3.79 -
YUV 110.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 159 100 35 0 0.37 0.78 0.38 31.45 0.64 0.38
Hex 9F 64 23 0 25 4E 26 1F 40 26
Octal 237 144 43 0 45 116 46 37 100 46
Binary 10011111 1100100 100011 0 100101 1001110 100110 11111 1000000 100110

Color Harmonies of #9F6423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6423

Black with #9F6423

Text Example


Text Example

White with #9F6423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,35); }

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

background-color css

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

 a { background-color: rgb(159,100,35); }

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

border-color css

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

 span { border-color: rgb(159,100,35); }

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