#966225

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

Shades of Afghan Tan #966225

Tints of Afghan Tan #966225

Color information

#966225 (or 0x966225) is unknown color: approx Afghan Tan. HEX triplet: 96, 62 and 25. RGB value is (150,98,37). Sum of RGB (Red+Green+Blue) = 150+98+37=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #966225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966225 is #699DDA. Grayscale: #6A6A6A. Windows color (decimal): -6921691 or 2450070. OLE color: 2450070.

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

Color convert

RGB1509837-
CMYK00.350.750.41
HSL32.39º60.43%36.67%-
HSV(B)32.39º75.33%58.82%-
XYZ17.2815.353.8-
YUV106.5988.73158.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=52.63%
G=34.39%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150983700.350.750.4132.3960.4336.67
Hex9662250234B29203c25
Octal2261424504311351407445
Binary10010110110001010010101000111001011101001100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966225; }

 p { color: rgb(150,98,37); }

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

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

 a { background-color: rgb(150,98,37); }

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

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

 span { border-color: rgb(150,98,37); }

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