#968542

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

Shades of Highball #968542

Tints of Highball #968542

Color information

#968542 (or 0x968542) is unknown color: approx Highball. HEX triplet: 96, 85 and 42. RGB value is (150,133,66). Sum of RGB (Red+Green+Blue) = 150+133+66=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968542 is #697ABD. Grayscale: #828282. Windows color (decimal): -6912702 or 4359574. OLE color: 4359574.

HSL color Cylindrical-coordinate representation of color #968542: hue angle of 47.86º 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 #968542 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15013366-
CMYK00.110.560.41
HSL47.86º38.89%42.35%-
HSV(B)47.86º56%58.82%-
XYZ21.9523.658.56-
YUV130.4491.63141.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=42.98%
G=38.11%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501336600.110.560.4147.8638.8942.35
Hex9685420B382930272a
Octal2262051020137051604752
Binary1001011010000101100001001011111000101001110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968542; }

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

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

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

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

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

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

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

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