#968B32

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

Shades of Highball #968B32

Tints of Highball #968B32

Color information

#968B32 (or 0x968B32) is unknown color: approx Highball. HEX triplet: 96, 8B and 32. RGB value is (150,139,50). Sum of RGB (Red+Green+Blue) = 150+139+50=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #968B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B32 is #6974CD. Grayscale: #848484. Windows color (decimal): -6911182 or 3312534. OLE color: 3312534.

HSL color Cylindrical-coordinate representation of color #968B32: hue angle of 53.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #968B32 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15013950-
CMYK00.070.670.41
HSL53.4º50%39.22%-
HSV(B)53.4º66.67%58.82%-
XYZ22.3925.186.7-
YUV132.1481.64140.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=44.25%
G=41.00%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501395000.070.670.4153.45039.22
Hex968B32074329353227
Octal226213620710351656247
Binary100101101000101111001001111000011101001110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968B32; }

 p { color: rgb(150,139,50); }

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

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

 a { background-color: rgb(150,139,50); }

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

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

 span { border-color: rgb(150,139,50); }

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