#986325

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

Shades of Afghan Tan #986325

Tints of Afghan Tan #986325

Color information

#986325 (or 0x986325) is unknown color: approx Afghan Tan. HEX triplet: 98, 63 and 25. RGB value is (152,99,37). Sum of RGB (Red+Green+Blue) = 152+99+37=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986325 is #679CDA. Grayscale: #6C6C6C. Windows color (decimal): -6790363 or 2450328. OLE color: 2450328.

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

Color convert

RGB1529937-
CMYK00.350.760.40
HSL32.35º60.85%37.06%-
HSV(B)32.35º75.66%59.61%-
XYZ17.7415.733.85-
YUV107.7888.06159.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=52.78%
G=34.38%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152993700.350.760.4032.3560.8537.06
Hex9863250234C28203d25
Octal2301434504311450407545
Binary10011000110001110010101000111001100101000100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986325; }

 p { color: rgb(152,99,37); }

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

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

 a { background-color: rgb(152,99,37); }

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

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

 span { border-color: rgb(152,99,37); }

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