#967752

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

Shades of Pale Brown #967752

Tints of Pale Brown #967752

Color information

#967752 (or 0x967752) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 52. RGB value is (150,119,82). Sum of RGB (Red+Green+Blue) = 150+119+82=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967752 is #6988AD. Grayscale: #7C7C7C. Windows color (decimal): -6916270 or 5404566. OLE color: 5404566.

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

Color convert

RGB15011982-
CMYK00.210.450.41
HSL32.65º29.31%45.49%-
HSV(B)32.65º45.33%58.82%-
XYZ20.720.2910.81-
YUV124.05104.27146.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=42.74%
G=33.90%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501198200.210.450.4132.6529.3145.49
Hex9677520152D29211d2d
Octal2261671220255551413555
Binary100101101110111101001001010110110110100110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967752; }

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

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

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

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

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

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

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

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