#968B45

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

Shades of Highball #968B45

Tints of Highball #968B45

Color information

#968B45 (or 0x968B45) is unknown color: approx Highball. HEX triplet: 96, 8B and 45. RGB value is (150,139,69). Sum of RGB (Red+Green+Blue) = 150+139+69=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B45 is #6974BA. Grayscale: #868686. Windows color (decimal): -6911163 or 4557718. OLE color: 4557718.

HSL color Cylindrical-coordinate representation of color #968B45: hue angle of 51.85º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #968B45 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB15013969-
CMYK00.070.540.41
HSL51.85º36.99%42.94%-
HSV(B)51.85º54%58.82%-
XYZ22.8825.389.32-
YUV134.3191.14139.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=41.90%
G=38.83%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501396900.070.540.4151.8536.9942.94
Hex968B4507362934252b
Octal226213105076651644553
Binary100101101000101110001010111110110101001110100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968B45; }

 p { color: rgb(150,139,69); }

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

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

 a { background-color: rgb(150,139,69); }

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

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

 span { border-color: rgb(150,139,69); }

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