#964625

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

Shades of Alert Tan #964625

Tints of Alert Tan #964625

Color information

#964625 (or 0x964625) is unknown color: approx Alert Tan. HEX triplet: 96, 46 and 25. RGB value is (150,70,37). Sum of RGB (Red+Green+Blue) = 150+70+37=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #964625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964625 is #69B9DA. Grayscale: #5A5A5A. Windows color (decimal): -6928859 or 2442902. OLE color: 2442902.

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

Color convert

RGB1507037-
CMYK00.530.750.41
HSL17.52º60.43%36.67%-
HSV(B)17.52º75.33%58.82%-
XYZ15.1113.08-
YUV90.1698170.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=58.37%
G=27.24%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150703700.530.750.4117.5260.4336.67
Hex9646250354B29123c25
Octal2261064506511351227445
Binary1001011010001101001010110101100101110100110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964625; }

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

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

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

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

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

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

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

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