Html Css Color HEX #9B6127 Afghan Tan

📋 copy color: '#9B6127'

red 155 ◦ green 97 ◦ blue 39

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

Shades of Afghan Tan #9B6127

Tints of Afghan Tan #9B6127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 53.26%
G = 33.33%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B6127 (or 0x9B6127) is known color: Afghan Tan. HEX triplet: 9B, 61 and 27. RGB value is (155,97,39). Sum of RGB (Red+Green+Blue) = 155+97+39=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6127 is #649ED8. Grayscale: #6C6C6C. Windows color (decimal): -6594265 or 2580891. OLE color: 2580891.

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

Color convert

RGB 155 97 39 -
CMYK 0 0.37 0.75 0.39
HSL 30º 0.6% 0.38% -
HSV(B) 30º 0.75% 0.61% -
XYZ 18.16 15.66 3.99 -
YUV 107.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 155 97 39 0 0.37 0.75 0.39 30 0.6 0.38
Hex 9B 61 27 0 25 4B 27 1E 3C 26
Octal 233 141 47 0 45 113 47 36 74 46
Binary 10011011 1100001 100111 0 100101 1001011 100111 11110 111100 100110

Color Harmonies of #9B6127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6127

Black with #9B6127

Text Example


Text Example

White with #9B6127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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