#968f3a

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

Shades of Highball #968F3A

Tints of Highball #968F3A

Color information

#968F3A (or 0x968F3A) is unknown color: approx Highball. HEX triplet: 96, 8F and 3A. RGB value is (150,143,58). Sum of RGB (Red+Green+Blue) = 150+143+58=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #968F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F3A is #6970C5. Grayscale: #878787. Windows color (decimal): -6910150 or 3837846. OLE color: 3837846.

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

Color convert

RGB15014358-
CMYK00.050.610.41
HSL55.43º44.23%40.78%-
HSV(B)55.43º61.33%58.82%-
XYZ23.1626.437.88-
YUV135.484.32138.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=42.74%
G=40.74%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501435800.050.610.4155.4344.2340.78
Hex968F3A053D29372c29
Octal22621772057551675451
Binary10010110100011111110100101111101101001110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,58); }

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

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

 a { background-color: rgb(150,143,58); }

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

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

 span { border-color: rgb(150,143,58); }

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