#968A4D

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

Shades of Highball #968A4D

Tints of Highball #968A4D

Color information

#968A4D (or 0x968A4D) is unknown color: approx Highball. HEX triplet: 96, 8A and 4D. RGB value is (150,138,77). Sum of RGB (Red+Green+Blue) = 150+138+77=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A4D is #6975B2. Grayscale: #868686. Windows color (decimal): -6911411 or 5081750. OLE color: 5081750.

HSL color Cylindrical-coordinate representation of color #968A4D: hue angle of 50.14º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #968A4D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15013877-
CMYK00.080.490.41
HSL50.14º32.16%44.51%-
HSV(B)50.14º48.67%58.82%-
XYZ23.0125.210.67-
YUV134.6395.48138.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=41.10%
G=37.81%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501387700.080.490.4150.1432.1644.51
Hex968A4D08312932202d
Octal2262121150106151624055
Binary1001011010001010100110101000110001101001110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,77); }

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

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

 a { background-color: rgb(150,138,77); }

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

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

 span { border-color: rgb(150,138,77); }

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