#967458

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

Shades of Pale Brown #967458

Tints of Pale Brown #967458

Color information

#967458 (or 0x967458) is unknown color: approx Pale Brown. HEX triplet: 96, 74 and 58. RGB value is (150,116,88). Sum of RGB (Red+Green+Blue) = 150+116+88=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #967458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967458 is #698BA7. Grayscale: #7B7B7B. Windows color (decimal): -6917032 or 5797014. OLE color: 5797014.

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

Color convert

RGB15011688-
CMYK00.230.410.41
HSL27.1º26.05%46.67%-
HSV(B)27.1º41.33%58.82%-
XYZ20.5819.6811.95-
YUV122.97108.26147.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=42.37%
G=32.77%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501168800.230.410.4127.126.0546.67
Hex96745801729291b1a2f
Octal2261641300275151333257
Binary10010110111010010110000101111010011010011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967458; }

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

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

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

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

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

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

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

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