#967958

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

Shades of Pale Brown #967958

Tints of Pale Brown #967958

Color information

#967958 (or 0x967958) is unknown color: approx Pale Brown. HEX triplet: 96, 79 and 58. RGB value is (150,121,88). Sum of RGB (Red+Green+Blue) = 150+121+88=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #967958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967958 is #6986A7. Grayscale: #7E7E7E. Windows color (decimal): -6915752 or 5798294. OLE color: 5798294.

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

Color convert

RGB15012188-
CMYK00.190.410.41
HSL31.94º26.05%46.67%-
HSV(B)31.94º41.33%58.82%-
XYZ21.1820.8612.14-
YUV125.91106.61145.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=41.78%
G=33.70%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501218800.190.410.4131.9426.0546.67
Hex9679580132929201a2f
Octal2261711300235151403257
Binary100101101111001101100001001110100110100110000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967958; }

 p { color: rgb(150,121,88); }

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

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

 a { background-color: rgb(150,121,88); }

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

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

 span { border-color: rgb(150,121,88); }

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