#89611C

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

Shades of Afghan Tan #89611C

Tints of Afghan Tan #89611C

Color information

#89611C (or 0x89611C) is unknown color: approx Afghan Tan. HEX triplet: 89, 61 and 1C. RGB value is (137,97,28). Sum of RGB (Red+Green+Blue) = 137+97+28=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89611C is #769EE3. Grayscale: #656565. Windows color (decimal): -7773924 or 1859977. OLE color: 1859977.

HSL color Cylindrical-coordinate representation of color #89611C: hue angle of 37.98º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89611C is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1379728-
CMYK00.290.800.46
HSL37.98º66.06%32.35%-
HSV(B)37.98º79.56%53.73%-
XYZ14.813.953.01-
YUV101.0986.75153.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=52.29%
G=37.02%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137972800.290.800.4637.9866.0632.35
Hex89611C01D502E264220
Octal21114134035120564610240
Binary1000100111000011110001110110100001011101001101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89611C; }

 p { color: rgb(137,97,28); }

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

<style>
 a { background-color: #89611C; }

 a { background-color: rgb(137,97,28); }

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

<style>
 span { border-color: #89611C; }

 span { border-color: rgb(137,97,28); }

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