Html Css Color HEX #9A6023 Afghan Tan

📋 copy color: '#9A6023'

red 154 ◦ green 96 ◦ blue 35

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

Shades of Afghan Tan #9A6023

Tints of Afghan Tan #9A6023

RGB

 RED value IS 154 (60.55% from 255) = 54.04%

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 54.04%
G = 33.68%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A6023 (or 0x9A6023) is known color: Afghan Tan. HEX triplet: 9A, 60 and 23. RGB value is (154,96,35). Sum of RGB (Red+Green+Blue) = 154+96+35=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6023 is #659FDC. Grayscale: #6A6A6A. Windows color (decimal): -6660061 or 2318490. OLE color: 2318490.

HSL color Cylindrical-coordinate representation of color #9A6023: hue angle of 30.76º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A6023 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 96 35 -
CMYK 0 0.38 0.77 0.40
HSL 30.76º 0.63% 0.37% -
HSV(B) 30.76º 0.77% 0.6% -
XYZ 17.81 15.36 3.62 -
YUV 106.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 154 96 35 0 0.38 0.77 0.40 30.76 0.63 0.37
Hex 9A 60 23 0 26 4D 28 1F 3F 25
Octal 232 140 43 0 46 115 50 37 77 45
Binary 10011010 1100000 100011 0 100110 1001101 101000 11111 111111 100101

Color Harmonies of #9A6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6023

Black with #9A6023

Text Example


Text Example

White with #9A6023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,96,35); }

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

background-color css

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

 a { background-color: rgb(154,96,35); }

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

border-color css

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

 span { border-color: rgb(154,96,35); }

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