#969035

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

Shades of Highball #969035

Tints of Highball #969035

Color information

#969035 (or 0x969035) is unknown color: approx Highball. HEX triplet: 96, 90 and 35. RGB value is (150,144,53). Sum of RGB (Red+Green+Blue) = 150+144+53=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #969035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969035 is #696FCA. Grayscale: #878787. Windows color (decimal): -6909899 or 3510422. OLE color: 3510422.

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

Color convert

RGB15014453-
CMYK00.040.650.41
HSL56.29º47.78%39.8%-
HSV(B)56.29º64.67%58.82%-
XYZ23.1926.697.3-
YUV135.4281.49138.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=43.23%
G=41.50%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501445300.040.650.4156.2947.7839.8
Hex969035044129383028
Octal226220650410151706050
Binary100101101001000011010101001000001101001111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969035; }

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

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

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

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

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

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

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

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