#968A3B

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

Shades of Highball #968A3B

Tints of Highball #968A3B

Color information

#968A3B (or 0x968A3B) is unknown color: approx Highball. HEX triplet: 96, 8A and 3B. RGB value is (150,138,59). Sum of RGB (Red+Green+Blue) = 150+138+59=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A3B is #6975C4. Grayscale: #848484. Windows color (decimal): -6911429 or 3902102. OLE color: 3902102.

HSL color Cylindrical-coordinate representation of color #968A3B: hue angle of 52.09º 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 #968A3B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15013859-
CMYK00.080.610.41
HSL52.09º43.54%40.98%-
HSV(B)52.09º60.67%58.82%-
XYZ22.4624.987.78-
YUV132.5886.48140.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=43.23%
G=39.77%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501385900.080.610.4152.0943.5440.98
Hex968A3B083D29342c29
Octal226212730107551645451
Binary100101101000101011101101000111101101001110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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