#96954E

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

Shades of Highball #96954E

Tints of Highball #96954E

Color information

#96954E (or 0x96954E) is unknown color: approx Highball. HEX triplet: 96, 95 and 4E. RGB value is (150,149,78). Sum of RGB (Red+Green+Blue) = 150+149+78=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96954E is #696AB1. Grayscale: #8D8D8D. Windows color (decimal): -6908594 or 5150102. OLE color: 5150102.

HSL color Cylindrical-coordinate representation of color #96954E: hue angle of 59.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 #96954E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB15014978-
CMYK00.010.480.41
HSL59.17º31.58%44.71%-
HSV(B)59.17º48%58.82%-
XYZ24.728.5311.41-
YUV141.292.33134.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=39.79%
G=39.52%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501497800.010.480.4159.1731.5844.71
Hex96954E0130293b202d
Octal226225116016051734055
Binary1001011010010101100111001110000101001111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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