Html Css Color HEX #9B6024 Afghan Tan

📋 copy color: '#9B6024'

red 155 ◦ green 96 ◦ blue 36

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

Shades of Afghan Tan #9B6024

Tints of Afghan Tan #9B6024

RGB

 RED value IS 155 (60.94% from 255) = 54.01%

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

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 54.01%
G = 33.45%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B6024 (or 0x9B6024) is known color: Afghan Tan. HEX triplet: 9B, 60 and 24. RGB value is (155,96,36). Sum of RGB (Red+Green+Blue) = 155+96+36=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6024 is #649FDB. Grayscale: #6B6B6B. Windows color (decimal): -6594524 or 2384027. OLE color: 2384027.

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

Color convert

RGB 155 96 36 -
CMYK 0 0.38 0.77 0.39
HSL 30.25º 0.62% 0.37% -
HSV(B) 30.25º 0.77% 0.61% -
XYZ 18.02 15.46 3.7 -
YUV 106.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 155 96 36 0 0.38 0.77 0.39 30.25 0.62 0.37
Hex 9B 60 24 0 26 4D 27 1E 3E 25
Octal 233 140 44 0 46 115 47 36 76 45
Binary 10011011 1100000 100100 0 100110 1001101 100111 11110 111110 100101

Color Harmonies of #9B6024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6024

Black with #9B6024

Text Example


Text Example

White with #9B6024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,36); }

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

background-color css

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

 a { background-color: rgb(155,96,36); }

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

border-color css

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

 span { border-color: rgb(155,96,36); }

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