#967152

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

Shades of Pale Brown #967152

Tints of Pale Brown #967152

Color information

#967152 (or 0x967152) is unknown color: approx Pale Brown. HEX triplet: 96, 71 and 52. RGB value is (150,113,82). Sum of RGB (Red+Green+Blue) = 150+113+82=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #967152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967152 is #698EAD. Grayscale: #787878. Windows color (decimal): -6917806 or 5403030. OLE color: 5403030.

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

Color convert

RGB15011382-
CMYK00.250.450.41
HSL27.35º29.31%45.49%-
HSV(B)27.35º45.33%58.82%-
XYZ20.0118.910.58-
YUV120.53106.26149.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=43.48%
G=32.75%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501138200.250.450.4127.3529.3145.49
Hex9671520192D291b1d2d
Octal2261611220315551333555
Binary10010110111000110100100110011011011010011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967152; }

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

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

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

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

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

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

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

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