#968A45

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

Shades of Highball #968A45

Tints of Highball #968A45

Color information

#968A45 (or 0x968A45) is unknown color: approx Highball. HEX triplet: 96, 8A and 45. RGB value is (150,138,69). Sum of RGB (Red+Green+Blue) = 150+138+69=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #968A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A45 is #6975BA. Grayscale: #868686. Windows color (decimal): -6911419 or 4557462. OLE color: 4557462.

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

Color convert

RGB15013869-
CMYK00.080.540.41
HSL51.11º36.99%42.94%-
HSV(B)51.11º54%58.82%-
XYZ22.7425.099.27-
YUV133.7291.48139.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=42.02%
G=38.66%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501386900.080.540.4151.1136.9942.94
Hex968A4508362933252b
Octal2262121050106651634553
Binary1001011010001010100010101000110110101001110011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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