#968935

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

Shades of Highball #968935

Tints of Highball #968935

Color information

#968935 (or 0x968935) is unknown color: approx Highball. HEX triplet: 96, 89 and 35. RGB value is (150,137,53). Sum of RGB (Red+Green+Blue) = 150+137+53=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #968935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968935 is #6976CA. Grayscale: #838383. Windows color (decimal): -6911691 or 3508630. OLE color: 3508630.

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

Color convert

RGB15013753-
CMYK00.090.650.41
HSL51.96º47.78%39.8%-
HSV(B)51.96º64.67%58.82%-
XYZ22.1724.636.95-
YUV131.3183.81141.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=44.12%
G=40.29%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501375300.090.650.4151.9647.7839.8
Hex968935094129343028
Octal2262116501110151646050
Binary1001011010001001110101010011000001101001110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968935; }

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

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

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

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

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

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

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

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