#965825

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

Shades of Afghan Tan #965825

Tints of Afghan Tan #965825

Color information

#965825 (or 0x965825) is unknown color: approx Afghan Tan. HEX triplet: 96, 58 and 25. RGB value is (150,88,37). Sum of RGB (Red+Green+Blue) = 150+88+37=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #965825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965825 is #69A7DA. Grayscale: #646464. Windows color (decimal): -6924251 or 2447510. OLE color: 2447510.

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

Color convert

RGB1508837-
CMYK00.410.750.41
HSL27.08º60.43%36.67%-
HSV(B)27.08º75.33%58.82%-
XYZ16.413.63.51-
YUV100.7292.04163.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=54.55%
G=32%
B=13.45%

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
Decimal150883700.410.750.4127.0860.4336.67
Hex9658250294B291b3c25
Octal2261304505111351337445
Binary1001011010110001001010101001100101110100111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965825; }

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

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

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

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

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

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

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

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