#967750

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

Shades of Pale Brown #967750

Tints of Pale Brown #967750

Color information

#967750 (or 0x967750) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 50. RGB value is (150,119,80). Sum of RGB (Red+Green+Blue) = 150+119+80=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #967750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967750 is #6988AF. Grayscale: #7C7C7C. Windows color (decimal): -6916272 or 5273494. OLE color: 5273494.

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

Color convert

RGB15011980-
CMYK00.210.470.41
HSL33.43º30.43%45.1%-
HSV(B)33.43º46.67%58.82%-
XYZ20.6220.2610.41-
YUV123.82103.27146.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=42.98%
G=34.10%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501198000.210.470.4133.4330.4345.1
Hex9677500152F29211e2d
Octal2261671200255751413655
Binary100101101110111101000001010110111110100110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967750; }

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

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

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

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

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

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

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

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