#969542

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

Shades of Highball #969542

Tints of Highball #969542

Color information

#969542 (or 0x969542) is unknown color: approx Highball. HEX triplet: 96, 95 and 42. RGB value is (150,149,66). Sum of RGB (Red+Green+Blue) = 150+149+66=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #969542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969542 is #696ABD. Grayscale: #8C8C8C. Windows color (decimal): -6908606 or 4363670. OLE color: 4363670.

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

Color convert

RGB15014966-
CMYK00.010.560.41
HSL59.29º38.89%42.35%-
HSV(B)59.29º56%58.82%-
XYZ24.3128.379.35-
YUV139.8486.33135.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=41.10%
G=40.82%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501496600.010.560.4159.2938.8942.35
Hex9695420138293b272a
Octal226225102017051734752
Binary1001011010010101100001001111000101001111011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969542; }

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

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

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

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

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

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

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

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