Html Css Color HEX #9B6225 Afghan Tan

📋 copy color: '#9B6225'

red 155 ◦ green 98 ◦ blue 37

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

Shades of Afghan Tan #9B6225

Tints of Afghan Tan #9B6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 53.45%
G = 33.79%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B6225 (or 0x9B6225) is known color: Afghan Tan. HEX triplet: 9B, 62 and 25. RGB value is (155,98,37). Sum of RGB (Red+Green+Blue) = 155+98+37=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6225 is #649DDA. Grayscale: #6C6C6C. Windows color (decimal): -6594011 or 2450075. OLE color: 2450075.

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

Color convert

RGB 155 98 37 -
CMYK 0 0.37 0.76 0.39
HSL 31.02º 0.61% 0.38% -
HSV(B) 31.02º 0.76% 0.61% -
XYZ 18.22 15.84 3.85 -
YUV 108.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 155 98 37 0 0.37 0.76 0.39 31.02 0.61 0.38
Hex 9B 62 25 0 25 4C 27 1F 3D 26
Octal 233 142 45 0 45 114 47 37 75 46
Binary 10011011 1100010 100101 0 100101 1001100 100111 11111 111101 100110

Color Harmonies of #9B6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6225

Black with #9B6225

Text Example


Text Example

White with #9B6225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,98,37); }

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

background-color css

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

 a { background-color: rgb(155,98,37); }

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

border-color css

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

 span { border-color: rgb(155,98,37); }

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