#968D3C

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

Shades of Highball #968D3C

Tints of Highball #968D3C

Color information

#968D3C (or 0x968D3C) is unknown color: approx Highball. HEX triplet: 96, 8D and 3C. RGB value is (150,141,60). Sum of RGB (Red+Green+Blue) = 150+141+60=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #968D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D3C is #6972C3. Grayscale: #868686. Windows color (decimal): -6910660 or 3968406. OLE color: 3968406.

HSL color Cylindrical-coordinate representation of color #968D3C: hue angle of 54º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #968D3C is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB15014160-
CMYK00.060.60.41
HSL54º42.86%41.18%-
HSV(B)54º60%58.82%-
XYZ22.9225.868.06-
YUV134.4685.98139.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=42.74%
G=40.17%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501416000.060.60.415442.8641.18
Hex968D3C063C29362b29
Octal22621574067451665351
Binary10010110100011011111000110111100101001110110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,60); }

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

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

 a { background-color: rgb(150,141,60); }

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

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

 span { border-color: rgb(150,141,60); }

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