#968A4B

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

Shades of Highball #968A4B

Tints of Highball #968A4B

Color information

#968A4B (or 0x968A4B) is unknown color: approx Highball. HEX triplet: 96, 8A and 4B. RGB value is (150,138,75). Sum of RGB (Red+Green+Blue) = 150+138+75=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A4B is #6975B4. Grayscale: #868686. Windows color (decimal): -6911413 or 4950678. OLE color: 4950678.

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

Color convert

RGB15013875-
CMYK00.080.50.41
HSL50.4º33.33%44.12%-
HSV(B)50.4º50%58.82%-
XYZ22.9425.1710.31-
YUV134.4194.48139.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=41.32%
G=38.02%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501387500.080.50.4150.433.3344.12
Hex968A4B08322932212c
Octal2262121130106251624154
Binary1001011010001010100101101000110010101001110010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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