#968632

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

Shades of Lemon Ginger #968632

Tints of Lemon Ginger #968632

Color information

#968632 (or 0x968632) is unknown color: approx Lemon Ginger. HEX triplet: 96, 86 and 32. RGB value is (150,134,50). Sum of RGB (Red+Green+Blue) = 150+134+50=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968632 is #6979CD. Grayscale: #818181. Windows color (decimal): -6912462 or 3311254. OLE color: 3311254.

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

Color convert

RGB15013450-
CMYK00.110.670.41
HSL50.4º50%39.22%-
HSV(B)50.4º66.67%58.82%-
XYZ21.6823.766.46-
YUV129.2183.3142.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=44.91%
G=40.12%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501345000.110.670.4150.45039.22
Hex9686320B4329323227
Octal2262066201310351626247
Binary1001011010000110110010010111000011101001110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968632; }

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

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

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

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

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

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

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

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