#9D6027

Color #9D6027 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #9D6027

Tints of Afghan Tan #9D6027

Color information

#9D6027 (or 0x9D6027) is unknown color: approx Afghan Tan. HEX triplet: 9D, 60 and 27. RGB value is (157,96,39). Sum of RGB (Red+Green+Blue) = 157+96+39=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6027 is #629FD8. Grayscale: #6C6C6C. Windows color (decimal): -6463449 or 2580637. OLE color: 2580637.

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

Color convert

RGB1579639-
CMYK00.390.750.38
HSL28.98º60.2%38.43%-
HSV(B)28.98º75.16%61.57%-
XYZ18.4515.683.97-
YUV107.7489.21163.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.77%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 39 (15.62% from 255) = 13.36%
R=53.77%
G=32.88%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157963900.390.750.3828.9860.238.43
Hex9D60270274B261d3c26
Octal2351404704711346357446
Binary1001110111000001001110100111100101110011011101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,39); }

 H1.HeaderClassName
 {
   color: #9D6027;
 }
 .AnyTagClassName
 {
   color: #9D6027;
 }
</style>
background-color css

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

 a { background-color: rgb(157,96,39); }

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

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

 span { border-color: rgb(157,96,39); }

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