Html Css Color HEX #9E6523 Afghan Tan

📋 copy color: '#9E6523'

red 158 ◦ green 101 ◦ blue 35

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

Shades of Afghan Tan #9E6523

Tints of Afghan Tan #9E6523

RGB

 RED value IS 158 (62.11% from 255) = 53.74%

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 53.74%
G = 34.35%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E6523 (or 0x9E6523) is known color: Afghan Tan. HEX triplet: 9E, 65 and 23. RGB value is (158,101,35). Sum of RGB (Red+Green+Blue) = 158+101+35=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6523 is #619ADC. Grayscale: #6E6E6E. Windows color (decimal): -6396637 or 2319774. OLE color: 2319774.

HSL color Cylindrical-coordinate representation of color #9E6523: hue angle of 32.2º 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 #9E6523 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 101 35 -
CMYK 0 0.36 0.78 0.38
HSL 32.2º 0.64% 0.38% -
HSV(B) 32.2º 0.78% 0.62% -
XYZ 19.06 16.7 3.81 -
YUV 110.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 158 101 35 0 0.36 0.78 0.38 32.2 0.64 0.38
Hex 9E 65 23 0 24 4E 26 20 40 26
Octal 236 145 43 0 44 116 46 40 100 46
Binary 10011110 1100101 100011 0 100100 1001110 100110 100000 1000000 100110

Color Harmonies of #9E6523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6523

Black with #9E6523

Text Example


Text Example

White with #9E6523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,101,35); }

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

background-color css

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

 a { background-color: rgb(158,101,35); }

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

border-color css

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

 span { border-color: rgb(158,101,35); }

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