#98561B

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

Shades of Afghan Tan #98561B

Tints of Afghan Tan #98561B

Color information

#98561B (or 0x98561B) is unknown color: approx Afghan Tan. HEX triplet: 98, 56 and 1B. RGB value is (152,86,27). Sum of RGB (Red+Green+Blue) = 152+86+27=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98561B is #67A9E4. Grayscale: #636363. Windows color (decimal): -6793701 or 1791640. OLE color: 1791640.

HSL color Cylindrical-coordinate representation of color #98561B: hue angle of 28.32º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98561B is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1528627-
CMYK00.430.820.40
HSL28.32º69.83%35.1%-
HSV(B)28.32º82.24%59.61%-
XYZ16.4713.412.76-
YUV99.0187.37165.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=57.36%
G=32.45%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152862700.430.820.4028.3269.8335.1
Hex98561B02B52281c4623
Octal23012633053122503410643
Binary1001100010101101101101010111010010101000111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98561B; }

 p { color: rgb(152,86,27); }

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

<style>
 a { background-color: #98561B; }

 a { background-color: rgb(152,86,27); }

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

<style>
 span { border-color: #98561B; }

 span { border-color: rgb(152,86,27); }

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