#995923

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

Shades of Afghan Tan #995923

Tints of Afghan Tan #995923

Color information

#995923 (or 0x995923) is unknown color: approx Afghan Tan. HEX triplet: 99, 59 and 23. RGB value is (153,89,35). Sum of RGB (Red+Green+Blue) = 153+89+35=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #995923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995923 is #66A6DC. Grayscale: #666666. Windows color (decimal): -6727389 or 2316697. OLE color: 2316697.

HSL color Cylindrical-coordinate representation of color #995923: hue angle of 27.46º 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 #995923 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB1538935-
CMYK00.420.770.4
HSL27.46º62.77%36.86%-
HSV(B)27.46º77.12%60%-
XYZ17.0114.043.4-
YUV101.9890.2164.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 35 (14.06% from 255) = 12.64%
R=55.23%
G=32.13%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153893500.420.770.427.4662.7736.86
Hex99592302A4D281b3f25
Octal2311314305211550337745
Binary1001100110110011000110101010100110110100011011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995923; }

 p { color: rgb(153,89,35); }

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

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

 a { background-color: rgb(153,89,35); }

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

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

 span { border-color: rgb(153,89,35); }

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