Html Css Color HEX #565640 Verdigris

📋 copy color: '#565640'

red 86 ◦ green 86 ◦ blue 64

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

Shades of Verdigris #565640

Tints of Verdigris #565640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 36.44%
G = 36.44%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#565640 (or 0x565640) is known color: Verdigris. HEX triplet: 56, 56 and 40. RGB value is (86,86,64). Sum of RGB (Red+Green+Blue) = 86+86+64=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565640 is #A9A9BF. Grayscale: #535353. Windows color (decimal): -11119040 or 4216406. OLE color: 4216406.

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

Color convert

RGB 86 86 64 -
CMYK 0 0 0.26 0.66
HSL 60º 0.15% 0.29% -
HSV(B) 60º 0.26% 0.34% -
XYZ 8.09 9 6.16 -
YUV 83.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 86 86 64 0 0 0.26 0.66 60 0.15 0.29
Hex 56 56 40 0 0 1A 42 3C F 1D
Octal 126 126 100 0 0 32 102 74 17 35
Binary 1010110 1010110 1000000 0 0 11010 1000010 111100 1111 11101

Color Harmonies of #565640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565640

Black with #565640

Text Example


Text Example

White with #565640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565640; }

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

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

background-color css

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

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

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

border-color css

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

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

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