Html Css Color HEX #546353 Nandor

📋 copy color: '#546353'

red 84 ◦ green 99 ◦ blue 83

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

Shades of Nandor #546353

Tints of Nandor #546353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 31.58%
G = 37.22%
B = 31.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#546353 (or 0x546353) is known color: Nandor. HEX triplet: 54, 63 and 53. RGB value is (84,99,83). Sum of RGB (Red+Green+Blue) = 84+99+83=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #546353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546353 is #AB9CAC. Grayscale: #5C5C5C. Windows color (decimal): -11246765 or 5464916. OLE color: 5464916.

HSL color Cylindrical-coordinate representation of color #546353: hue angle of 116.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #546353 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 83 -
CMYK 0.15 0 0.16 0.61
HSL 116.25º 0.09% 0.36% -
HSV(B) 116.25º 0.16% 0.39% -
XYZ 9.68 11.43 9.88 -
YUV 92.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 84 99 83 0.15 0 0.16 0.61 116.25 0.09 0.36
Hex 54 63 53 F 0 10 3D 74 9 24
Octal 124 143 123 17 0 20 75 164 11 44
Binary 1010100 1100011 1010011 1111 0 10000 111101 1110100 1001 100100

Color Harmonies of #546353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546353

Black with #546353

Text Example


Text Example

White with #546353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546353; }

 p { color: rgb(84,99,83); }

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

background-color css

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

 a { background-color: rgb(84,99,83); }

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

border-color css

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

 span { border-color: rgb(84,99,83); }

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