#968B42

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

Shades of Highball #968B42

Tints of Highball #968B42

Color information

#968B42 (or 0x968B42) is unknown color: approx Highball. HEX triplet: 96, 8B and 42. RGB value is (150,139,66). Sum of RGB (Red+Green+Blue) = 150+139+66=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #968B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B42 is #6974BD. Grayscale: #868686. Windows color (decimal): -6911166 or 4361110. OLE color: 4361110.

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

Color convert

RGB15013966-
CMYK00.070.560.41
HSL52.14º38.89%42.35%-
HSV(B)52.14º56%58.82%-
XYZ22.7925.348.84-
YUV133.9789.64139.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=42.25%
G=39.15%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501396600.070.560.4152.1438.8942.35
Hex968B4207382934272a
Octal226213102077051644752
Binary100101101000101110000100111111000101001110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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