Html Css Color HEX #9B6123 Afghan Tan

📋 copy color: '#9B6123'

red 155 ◦ green 97 ◦ blue 35

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

Shades of Afghan Tan #9B6123

Tints of Afghan Tan #9B6123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 54.01%
G = 33.8%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B6123 (or 0x9B6123) is known color: Afghan Tan. HEX triplet: 9B, 61 and 23. RGB value is (155,97,35). Sum of RGB (Red+Green+Blue) = 155+97+35=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6123 is #649EDC. Grayscale: #6B6B6B. Windows color (decimal): -6594269 or 2318747. OLE color: 2318747.

HSL color Cylindrical-coordinate representation of color #9B6123: hue angle of 31º degrees, saturation: 0.63, 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 #9B6123 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 35 -
CMYK 0 0.37 0.77 0.39
HSL 31º 0.63% 0.37% -
HSV(B) 31º 0.77% 0.61% -
XYZ 18.1 15.64 3.66 -
YUV 107.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 155 97 35 0 0.37 0.77 0.39 31 0.63 0.37
Hex 9B 61 23 0 25 4D 27 1F 3F 25
Octal 233 141 43 0 45 115 47 37 77 45
Binary 10011011 1100001 100011 0 100101 1001101 100111 11111 111111 100101

Color Harmonies of #9B6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6123

Black with #9B6123

Text Example


Text Example

White with #9B6123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,35); }

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

background-color css

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

 a { background-color: rgb(155,97,35); }

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

border-color css

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

 span { border-color: rgb(155,97,35); }

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