#958633

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

Shades of Lemon Ginger #958633

Tints of Lemon Ginger #958633

Color information

#958633 (or 0x958633) is unknown color: approx Lemon Ginger. HEX triplet: 95, 86 and 33. RGB value is (149,134,51). Sum of RGB (Red+Green+Blue) = 149+134+51=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958633 is #6A79CC. Grayscale: #818181. Windows color (decimal): -6977997 or 3376789. OLE color: 3376789.

HSL color Cylindrical-coordinate representation of color #958633: hue angle of 50.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #958633 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14913451-
CMYK00.100.660.42
HSL50.82º49%39.22%-
HSV(B)50.82º65.77%58.43%-
XYZ21.5223.686.57-
YUV129.0283.97142.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=44.61%
G=40.12%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491345100.100.660.4250.824939.22
Hex9586330A422A333127
Octal2252066301210252636147
Binary1001010110000110110011010101000010101010110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958633; }

 p { color: rgb(149,134,51); }

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

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

 a { background-color: rgb(149,134,51); }

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

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

 span { border-color: rgb(149,134,51); }

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