#967854

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

Shades of Pale Brown #967854

Tints of Pale Brown #967854

Color information

#967854 (or 0x967854) is unknown color: approx Pale Brown. HEX triplet: 96, 78 and 54. RGB value is (150,120,84). Sum of RGB (Red+Green+Blue) = 150+120+84=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #967854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967854 is #6987AB. Grayscale: #7D7D7D. Windows color (decimal): -6916012 or 5535894. OLE color: 5535894.

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

Color convert

RGB15012084-
CMYK00.200.440.41
HSL32.73º28.21%45.88%-
HSV(B)32.73º44%58.82%-
XYZ20.8920.5611.25-
YUV124.87104.94145.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=42.37%
G=33.90%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501208400.200.440.4132.7328.2145.88
Hex9678540142C29211c2e
Octal2261701240245451413456
Binary100101101111000101010001010010110010100110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967854; }

 p { color: rgb(150,120,84); }

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

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

 a { background-color: rgb(150,120,84); }

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

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

 span { border-color: rgb(150,120,84); }

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