#986323

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

Shades of Afghan Tan #986323

Tints of Afghan Tan #986323

Color information

#986323 (or 0x986323) is unknown color: approx Afghan Tan. HEX triplet: 98, 63 and 23. RGB value is (152,99,35). Sum of RGB (Red+Green+Blue) = 152+99+35=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #986323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986323 is #679CDC. Grayscale: #6B6B6B. Windows color (decimal): -6790365 or 2319256. OLE color: 2319256.

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

Color convert

RGB1529935-
CMYK00.350.770.40
HSL32.82º62.57%36.67%-
HSV(B)32.82º76.97%59.61%-
XYZ17.7115.723.69-
YUV107.5587.06159.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 35 (14.06% from 255) = 12.24%
R=53.15%
G=34.62%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152993500.350.770.4032.8262.5736.67
Hex9863230234D28213f25
Octal2301434304311550417745
Binary10011000110001110001101000111001101101000100001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986323; }

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

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

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

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

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

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

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

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