#968535

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

Shades of Lemon Ginger #968535

Tints of Lemon Ginger #968535

Color information

#968535 (or 0x968535) is unknown color: approx Lemon Ginger. HEX triplet: 96, 85 and 35. RGB value is (150,133,53). Sum of RGB (Red+Green+Blue) = 150+133+53=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #968535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968535 is #697ACA. Grayscale: #818181. Windows color (decimal): -6912715 or 3507606. OLE color: 3507606.

HSL color Cylindrical-coordinate representation of color #968535: hue angle of 49.48º 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 #968535 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15013353-
CMYK00.110.650.41
HSL49.48º47.78%39.8%-
HSV(B)49.48º64.67%58.82%-
XYZ21.6123.526.77-
YUV128.9685.13143-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=44.64%
G=39.58%
B=15.77%

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
Decimal1501335300.110.650.4149.4847.7839.8
Hex9685350B4129313028
Octal2262056501310151616050
Binary1001011010000101110101010111000001101001110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968535; }

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

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

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

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

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

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

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

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