#965926

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

Shades of Afghan Tan #965926

Tints of Afghan Tan #965926

Color information

#965926 (or 0x965926) is unknown color: approx Afghan Tan. HEX triplet: 96, 59 and 26. RGB value is (150,89,38). Sum of RGB (Red+Green+Blue) = 150+89+38=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #965926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965926 is #69A6D9. Grayscale: #656565. Windows color (decimal): -6923994 or 2513302. OLE color: 2513302.

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

Color convert

RGB1508938-
CMYK00.410.750.41
HSL27.32º59.57%36.86%-
HSV(B)27.32º74.67%58.82%-
XYZ16.513.773.62-
YUV101.4292.21162.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=54.15%
G=32.13%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150893800.410.750.4127.3259.5736.86
Hex9659260294B291b3c25
Octal2261314605111351337445
Binary1001011010110011001100101001100101110100111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965926; }

 p { color: rgb(150,89,38); }

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

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

 a { background-color: rgb(150,89,38); }

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

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

 span { border-color: rgb(150,89,38); }

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