#965C29

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

Shades of Afghan Tan #965C29

Tints of Afghan Tan #965C29

Color information

#965C29 (or 0x965C29) is unknown color: approx Afghan Tan. HEX triplet: 96, 5C and 29. RGB value is (150,92,41). Sum of RGB (Red+Green+Blue) = 150+92+41=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #965C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C29 is #69A3D6. Grayscale: #676767. Windows color (decimal): -6923223 or 2710678. OLE color: 2710678.

HSL color Cylindrical-coordinate representation of color #965C29: hue angle of 28.07º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #965C29 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1509241-
CMYK00.390.730.41
HSL28.07º57.07%37.45%-
HSV(B)28.07º72.67%58.82%-
XYZ16.8114.33.97-
YUV103.5392.72161.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=53.00%
G=32.51%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150924100.390.730.4128.0757.0737.45
Hex965C2902749291c3925
Octal2261345104711151347145
Binary1001011010111001010010100111100100110100111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965C29; }

 p { color: rgb(150,92,41); }

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

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

 a { background-color: rgb(150,92,41); }

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

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

 span { border-color: rgb(150,92,41); }

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