#969335

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

Shades of Highball #969335

Tints of Highball #969335

Color information

#969335 (or 0x969335) is unknown color: approx Highball. HEX triplet: 96, 93 and 35. RGB value is (150,147,53). Sum of RGB (Red+Green+Blue) = 150+147+53=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #969335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969335 is #696CCA. Grayscale: #898989. Windows color (decimal): -6909131 or 3511190. OLE color: 3511190.

HSL color Cylindrical-coordinate representation of color #969335: hue angle of 58.14º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #969335 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15014753-
CMYK00.020.650.41
HSL58.14º47.78%39.8%-
HSV(B)58.14º64.67%58.82%-
XYZ23.6527.617.45-
YUV137.1880.49137.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=42.86%
G=42%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501475300.020.650.4158.1447.7839.8
Hex9693350241293a3028
Octal226223650210151726050
Binary10010110100100111101010101000001101001111010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969335; }

 p { color: rgb(150,147,53); }

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

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

 a { background-color: rgb(150,147,53); }

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

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

 span { border-color: rgb(150,147,53); }

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