#986626

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

Shades of Afghan Tan #986626

Tints of Afghan Tan #986626

Color information

#986626 (or 0x986626) is unknown color: approx Afghan Tan. HEX triplet: 98, 66 and 26. RGB value is (152,102,38). Sum of RGB (Red+Green+Blue) = 152+102+38=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986626 is #6799D9. Grayscale: #6D6D6D. Windows color (decimal): -6789594 or 2516632. OLE color: 2516632.

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

Color convert

RGB15210238-
CMYK00.330.750.40
HSL33.68º60%37.25%-
HSV(B)33.68º75%59.61%-
XYZ18.0516.324.03-
YUV109.6587.56158.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=52.05%
G=34.93%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521023800.330.750.4033.686037.25
Hex9866260214B28223c25
Octal2301464604111350427445
Binary10011000110011010011001000011001011101000100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986626; }

 p { color: rgb(152,102,38); }

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

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

 a { background-color: rgb(152,102,38); }

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

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

 span { border-color: rgb(152,102,38); }

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