#995C26

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

Shades of Afghan Tan #995C26

Tints of Afghan Tan #995C26

Color information

#995C26 (or 0x995C26) is unknown color: approx Afghan Tan. HEX triplet: 99, 5C and 26. RGB value is (153,92,38). Sum of RGB (Red+Green+Blue) = 153+92+38=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #995C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C26 is #66A3D9. Grayscale: #686868. Windows color (decimal): -6726618 or 2514073. OLE color: 2514073.

HSL color Cylindrical-coordinate representation of color #995C26: hue angle of 28.17º 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 #995C26 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1539238-
CMYK00.400.750.4
HSL28.17º60.21%37.45%-
HSV(B)28.17º75.16%60%-
XYZ17.3114.573.73-
YUV104.0890.71162.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=54.06%
G=32.51%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153923800.400.750.428.1760.2137.45
Hex995C260284B281c3c25
Octal2311344605011350347445
Binary1001100110111001001100101000100101110100011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C26; }

 p { color: rgb(153,92,38); }

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

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

 a { background-color: rgb(153,92,38); }

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

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

 span { border-color: rgb(153,92,38); }

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