#967756

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

Shades of Pale Brown #967756

Tints of Pale Brown #967756

Color information

#967756 (or 0x967756) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 56. RGB value is (150,119,86). Sum of RGB (Red+Green+Blue) = 150+119+86=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #967756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967756 is #6988A9. Grayscale: #7C7C7C. Windows color (decimal): -6916266 or 5666710. OLE color: 5666710.

HSL color Cylindrical-coordinate representation of color #967756: hue angle of 30.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967756 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15011986-
CMYK00.210.430.41
HSL30.94º27.12%46.27%-
HSV(B)30.94º42.67%58.82%-
XYZ20.8520.3511.63-
YUV124.51106.27146.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=42.25%
G=33.52%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501198600.210.430.4130.9427.1246.27
Hex9677560152B291f1b2e
Octal2261671260255351373356
Binary10010110111011110101100101011010111010011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967756; }

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

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

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

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

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

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

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

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