#968335

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

Shades of Lemon Ginger #968335

Tints of Lemon Ginger #968335

Color information

#968335 (or 0x968335) is unknown color: approx Lemon Ginger. HEX triplet: 96, 83 and 35. RGB value is (150,131,53). Sum of RGB (Red+Green+Blue) = 150+131+53=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968335 is #697CCA. Grayscale: #808080. Windows color (decimal): -6913227 or 3507094. OLE color: 3507094.

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

Color convert

RGB15013153-
CMYK00.130.650.41
HSL48.25º47.78%39.8%-
HSV(B)48.25º64.67%58.82%-
XYZ21.3422.976.68-
YUV127.7985.79143.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=44.91%
G=39.22%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501315300.130.650.4148.2547.7839.8
Hex9683350D4129303028
Octal2262036501510151606050
Binary1001011010000011110101011011000001101001110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968335; }

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

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

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

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

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

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

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

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