#96794F

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

Shades of Pale Brown #96794F

Tints of Pale Brown #96794F

Color information

#96794F (or 0x96794F) is unknown color: approx Pale Brown. HEX triplet: 96, 79 and 4F. RGB value is (150,121,79). Sum of RGB (Red+Green+Blue) = 150+121+79=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #96794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96794F is #6986B0. Grayscale: #7D7D7D. Windows color (decimal): -6915761 or 5208470. OLE color: 5208470.

HSL color Cylindrical-coordinate representation of color #96794F: hue angle of 35.49º degrees, saturation: 0.31, 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 #96794F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15012179-
CMYK00.190.470.41
HSL35.49º31%44.9%-
HSV(B)35.49º47.33%58.82%-
XYZ20.8320.7210.3-
YUV124.88102.11145.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=42.86%
G=34.57%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501217900.190.470.4135.493144.9
Hex96794F0132F29231f2d
Octal2261711170235751433755
Binary100101101111001100111101001110111110100110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96794F; }

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

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

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

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

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

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

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

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