#964F2E

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

Shades of Alert Tan #964F2E

Tints of Alert Tan #964F2E

Color information

#964F2E (or 0x964F2E) is unknown color: approx Alert Tan. HEX triplet: 96, 4F and 2E. RGB value is (150,79,46). Sum of RGB (Red+Green+Blue) = 150+79+46=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F2E is #69B0D1. Grayscale: #606060. Windows color (decimal): -6926546 or 3035030. OLE color: 3035030.

HSL color Cylindrical-coordinate representation of color #964F2E: hue angle of 19.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964F2E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1507946-
CMYK00.470.690.41
HSL19.04º53.06%38.43%-
HSV(B)19.04º69.33%58.82%-
XYZ15.8712.274.12-
YUV96.4799.52166.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=54.55%
G=28.73%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150794600.470.690.4119.0453.0638.43
Hex964F2E02F4529133526
Octal2261175605710551236546
Binary1001011010011111011100101111100010110100110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964F2E; }

 p { color: rgb(150,79,46); }

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

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

 a { background-color: rgb(150,79,46); }

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

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

 span { border-color: rgb(150,79,46); }

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