#968534

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

Shades of Lemon Ginger #968534

Tints of Lemon Ginger #968534

Color information

#968534 (or 0x968534) is unknown color: approx Lemon Ginger. HEX triplet: 96, 85 and 34. RGB value is (150,133,52). Sum of RGB (Red+Green+Blue) = 150+133+52=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #968534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968534 is #697ACB. Grayscale: #818181. Windows color (decimal): -6912716 or 3442070. OLE color: 3442070.

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

Color convert

RGB15013352-
CMYK00.110.650.41
HSL49.59º48.51%39.61%-
HSV(B)49.59º65.33%58.82%-
XYZ21.5923.516.65-
YUV128.8584.63143.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=44.78%
G=39.70%
B=15.52%

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
Decimal1501335200.110.650.4149.5948.5139.61
Hex9685340B4129323128
Octal2262056401310151626150
Binary1001011010000101110100010111000001101001110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968534; }

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

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

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

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

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

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

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

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