#545646

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

Shades of Kelp #545646

Tints of Kelp #545646

Color information

#545646 (or 0x545646) is unknown color: approx Kelp. HEX triplet: 54, 56 and 46. RGB value is (84,86,70). Sum of RGB (Red+Green+Blue) = 84+86+70=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #545646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545646 is #ABA9B9. Grayscale: #535353. Windows color (decimal): -11250106 or 4609620. OLE color: 4609620.

HSL color Cylindrical-coordinate representation of color #545646: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545646 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB848670-
CMYK0.0200.190.66
HSL67.5º10.26%30.59%-
HSV(B)67.5º18.6%33.73%-
XYZ8.098.987.1-
YUV83.58120.34128.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=35%
G=35.83%
B=29.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486700.0200.190.6667.510.2630.59
Hex54564620134244a1f
Octal12412610620231021041237
Binary1010100101011010001101001001110000101000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545646; }

 p { color: rgb(84,86,70); }

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

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

 a { background-color: rgb(84,86,70); }

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

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

 span { border-color: rgb(84,86,70); }

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