#967952

Color #967952 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #967952

Tints of Pale Brown #967952

Color information

#967952 (or 0x967952) is unknown color: approx Pale Brown. HEX triplet: 96, 79 and 52. RGB value is (150,121,82). Sum of RGB (Red+Green+Blue) = 150+121+82=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #967952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967952 is #6986AD. Grayscale: #7D7D7D. Windows color (decimal): -6915758 or 5405078. OLE color: 5405078.

HSL color Cylindrical-coordinate representation of color #967952: hue angle of 34.41º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #967952 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15012182-
CMYK00.190.450.41
HSL34.41º29.31%45.49%-
HSV(B)34.41º45.33%58.82%-
XYZ20.9420.7710.89-
YUV125.22103.61145.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=42.49%
G=34.28%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501218200.190.450.4134.4129.3145.49
Hex9679520132D29221d2d
Octal2261711220235551423555
Binary100101101111001101001001001110110110100110001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967952; }

 p { color: rgb(150,121,82); }

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

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

 a { background-color: rgb(150,121,82); }

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

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

 span { border-color: rgb(150,121,82); }

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