#968718

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

Shades of Lemon Ginger #968718

Tints of Lemon Ginger #968718

Color information

#968718 (or 0x968718) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 18. RGB value is (150,135,24). Sum of RGB (Red+Green+Blue) = 150+135+24=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #968718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968718 is #6978E7. Grayscale: #7F7F7F. Windows color (decimal): -6912232 or 1607574. OLE color: 1607574.

HSL color Cylindrical-coordinate representation of color #968718: hue angle of 52.86º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #968718 is Cyan = 0, Magento = 0.1, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB15013524-
CMYK00.10.840.41
HSL52.86º72.41%34.12%-
HSV(B)52.86º84%58.82%-
XYZ21.4123.884.34-
YUV126.8369.97144.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 24 (9.77% from 255) = 7.77%
R=48.54%
G=43.69%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501352400.10.840.4152.8672.4134.12
Hex9687180A5429354822
Octal22620730012124516511042
Binary1001011010000111110000101010101001010011101011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968718; }

 p { color: rgb(150,135,24); }

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

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

 a { background-color: rgb(150,135,24); }

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

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

 span { border-color: rgb(150,135,24); }

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