#967450

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

Shades of Pale Brown #967450

Tints of Pale Brown #967450

Color information

#967450 (or 0x967450) is unknown color: approx Pale Brown. HEX triplet: 96, 74 and 50. RGB value is (150,116,80). Sum of RGB (Red+Green+Blue) = 150+116+80=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #967450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967450 is #698BAF. Grayscale: #7A7A7A. Windows color (decimal): -6917040 or 5272726. OLE color: 5272726.

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

Color convert

RGB15011680-
CMYK00.230.470.41
HSL30.86º30.43%45.1%-
HSV(B)30.86º46.67%58.82%-
XYZ20.2719.5510.3-
YUV122.06104.26147.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=43.35%
G=33.53%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501168000.230.470.4130.8630.4345.1
Hex9674500172F291f1e2d
Octal2261641200275751373655
Binary10010110111010010100000101111011111010011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967450; }

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

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

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

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

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

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

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

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