#968635

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

Shades of Highball #968635

Tints of Highball #968635

Color information

#968635 (or 0x968635) is unknown color: approx Highball. HEX triplet: 96, 86 and 35. RGB value is (150,134,53). Sum of RGB (Red+Green+Blue) = 150+134+53=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968635 is #6979CA. Grayscale: #818181. Windows color (decimal): -6912459 or 3507862. OLE color: 3507862.

HSL color Cylindrical-coordinate representation of color #968635: hue angle of 50.1º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968635 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15013453-
CMYK00.110.650.41
HSL50.1º47.78%39.8%-
HSV(B)50.1º64.67%58.82%-
XYZ21.7523.796.81-
YUV129.5584.8142.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 53 (21.09% from 255) = 15.73%
R=44.51%
G=39.76%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501345300.110.650.4150.147.7839.8
Hex9686350B4129323028
Octal2262066501310151626050
Binary1001011010000110110101010111000001101001110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968635; }

 p { color: rgb(150,134,53); }

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

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

 a { background-color: rgb(150,134,53); }

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

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

 span { border-color: rgb(150,134,53); }

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