Html Css Color HEX #566656 Nandor

📋 copy color: '#566656'

red 86 ◦ green 102 ◦ blue 86

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

Shades of Nandor #566656

Tints of Nandor #566656

RGB

 RED value IS 86 (33.98% from 255) = 31.39%

 GREEN value IS 102 (40.23% from 255) = 37.23%

 BLUE value IS 86 (33.98% from 255) = 31.39%

R = 31.39%
G = 37.23%
B = 31.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#566656 (or 0x566656) is known color: Nandor. HEX triplet: 56, 66 and 56. RGB value is (86,102,86). Sum of RGB (Red+Green+Blue) = 86+102+86=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #566656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566656 is #A999A9. Grayscale: #5F5F5F. Windows color (decimal): -11114922 or 5662294. OLE color: 5662294.

HSL color Cylindrical-coordinate representation of color #566656: hue angle of 120º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #566656 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 102 86 -
CMYK 0.16 0 0.16 0.6
HSL 120º 0.09% 0.37% -
HSV(B) 120º 0.16% 0.4% -
XYZ 10.27 12.15 10.61 -
YUV 95.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 86 102 86 0.16 0 0.16 0.6 120 0.09 0.37
Hex 56 66 56 10 0 10 3C 78 9 25
Octal 126 146 126 20 0 20 74 170 11 45
Binary 1010110 1100110 1010110 10000 0 10000 111100 1111000 1001 100101

Color Harmonies of #566656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566656

Black with #566656

Text Example


Text Example

White with #566656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566656; }

 p { color: rgb(86,102,86); }

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

background-color css

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

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

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

border-color css

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

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

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