#965820

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

Shades of Afghan Tan #965820

Tints of Afghan Tan #965820

Color information

#965820 (or 0x965820) is unknown color: approx Afghan Tan. HEX triplet: 96, 58 and 20. RGB value is (150,88,32). Sum of RGB (Red+Green+Blue) = 150+88+32=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #965820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965820 is #69A7DF. Grayscale: #646464. Windows color (decimal): -6924256 or 2119830. OLE color: 2119830.

HSL color Cylindrical-coordinate representation of color #965820: hue angle of 28.47º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #965820 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1508832-
CMYK00.410.790.41
HSL28.47º64.84%35.69%-
HSV(B)28.47º78.67%58.82%-
XYZ16.3313.573.12-
YUV100.1589.54163.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=55.56%
G=32.59%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150883200.410.790.4128.4764.8435.69
Hex9658200294F291c4124
Octal22613040051117513410144
Binary10010110101100010000001010011001111101001111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965820; }

 p { color: rgb(150,88,32); }

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

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

 a { background-color: rgb(150,88,32); }

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

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

 span { border-color: rgb(150,88,32); }

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