#968B37

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

Shades of Highball #968B37

Tints of Highball #968B37

Color information

#968B37 (or 0x968B37) is unknown color: approx Highball. HEX triplet: 96, 8B and 37. RGB value is (150,139,55). Sum of RGB (Red+Green+Blue) = 150+139+55=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #968B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B37 is #6974C8. Grayscale: #858585. Windows color (decimal): -6911177 or 3640214. OLE color: 3640214.

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

Color convert

RGB15013955-
CMYK00.070.630.41
HSL53.05º46.34%40.2%-
HSV(B)53.05º63.33%58.82%-
XYZ22.525.237.3-
YUV132.7184.14140.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 55 (21.88% from 255) = 15.99%
R=43.60%
G=40.41%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501395500.070.630.4153.0546.3440.2
Hex968B37073F29352e28
Octal22621367077751655650
Binary10010110100010111101110111111111101001110101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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