Html Css Color HEX #9B6129 Afghan Tan

📋 copy color: '#9B6129'

red 155 ◦ green 97 ◦ blue 41

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

Shades of Afghan Tan #9B6129

Tints of Afghan Tan #9B6129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 52.9%
G = 33.11%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B6129 (or 0x9B6129) is known color: Afghan Tan. HEX triplet: 9B, 61 and 29. RGB value is (155,97,41). Sum of RGB (Red+Green+Blue) = 155+97+41=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6129 is #649ED6. Grayscale: #6C6C6C. Windows color (decimal): -6594263 or 2711963. OLE color: 2711963.

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

Color convert

RGB 155 97 41 -
CMYK 0 0.37 0.74 0.39
HSL 29.47º 0.58% 0.38% -
HSV(B) 29.47º 0.74% 0.61% -
XYZ 18.19 15.68 4.17 -
YUV 107.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 155 97 41 0 0.37 0.74 0.39 29.47 0.58 0.38
Hex 9B 61 29 0 25 4A 27 1D 3A 26
Octal 233 141 51 0 45 112 47 35 72 46
Binary 10011011 1100001 101001 0 100101 1001010 100111 11101 111010 100110

Color Harmonies of #9B6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6129

Black with #9B6129

Text Example


Text Example

White with #9B6129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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