#96774E

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

Shades of Pale Brown #96774E

Tints of Pale Brown #96774E

Color information

#96774E (or 0x96774E) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 4E. RGB value is (150,119,78). Sum of RGB (Red+Green+Blue) = 150+119+78=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96774E is #6988B1. Grayscale: #7B7B7B. Windows color (decimal): -6916274 or 5142422. OLE color: 5142422.

HSL color Cylindrical-coordinate representation of color #96774E: hue angle of 34.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96774E is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB15011978-
CMYK00.210.480.41
HSL34.17º31.58%44.71%-
HSV(B)34.17º48%58.82%-
XYZ20.5520.2310.03-
YUV123.6102.27146.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=43.23%
G=34.29%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501197800.210.480.4134.1731.5844.71
Hex96774E015302922202d
Octal2261671160256051424055
Binary1001011011101111001110010101110000101001100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96774E; }

 p { color: rgb(150,119,78); }

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

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

 a { background-color: rgb(150,119,78); }

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

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

 span { border-color: rgb(150,119,78); }

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