Html Css Color HEX #545649 Gravel

📋 copy color: '#545649'

red 84 ◦ green 86 ◦ blue 73

#545649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gravel #545649

Tints of Gravel #545649

RGB

 RED value IS 84 (33.2% from 255) = 34.57%

 GREEN value IS 86 (33.98% from 255) = 35.39%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 34.57%
G = 35.39%
B = 30.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#545649 (or 0x545649) is known color: Gravel. HEX triplet: 54, 56 and 49. RGB value is (84,86,73). Sum of RGB (Red+Green+Blue) = 84+86+73=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #545649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545649 is #ABA9B6. Grayscale: #535353. Windows color (decimal): -11250103 or 4806228. OLE color: 4806228.

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

Color convert

RGB 84 86 73 -
CMYK 0.02 0 0.15 0.66
HSL 69.23º 0.08% 0.31% -
HSV(B) 69.23º 0.15% 0.34% -
XYZ 8.19 9.02 7.61 -
YUV 83.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 84 86 73 0.02 0 0.15 0.66 69.23 0.08 0.31
Hex 54 56 49 2 0 F 42 45 8 1F
Octal 124 126 111 2 0 17 102 105 10 37
Binary 1010100 1010110 1001001 10 0 1111 1000010 1000101 1000 11111

Color Harmonies of #545649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545649

Black with #545649

Text Example


Text Example

White with #545649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545649; }

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

 H1.HeaderClassName
 {
   color: #545649;
 }
 .AnyTagClassName
 {
   color: #545649;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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