Html Css Color HEX #565446 Millbrook

📋 copy color: '#565446'

red 86 ◦ green 84 ◦ blue 70

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

Shades of Millbrook #565446

Tints of Millbrook #565446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 35.83%
G = 35%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#565446 (or 0x565446) is known color: Millbrook. HEX triplet: 56, 54 and 46. RGB value is (86,84,70). Sum of RGB (Red+Green+Blue) = 86+84+70=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #565446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565446 is #A9ABB9. Grayscale: #535353. Windows color (decimal): -11119546 or 4609110. OLE color: 4609110.

HSL color Cylindrical-coordinate representation of color #565446: hue angle of 52.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 #565446 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 84 70 -
CMYK 0 0.02 0.19 0.66
HSL 52.5º 0.1% 0.31% -
HSV(B) 52.5º 0.19% 0.34% -
XYZ 8.11 8.76 7.06 -
YUV 83 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 86 84 70 0 0.02 0.19 0.66 52.5 0.1 0.31
Hex 56 54 46 0 2 13 42 34 A 1F
Octal 126 124 106 0 2 23 102 64 12 37
Binary 1010110 1010100 1000110 0 10 10011 1000010 110100 1010 11111

Color Harmonies of #565446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565446

Black with #565446

Text Example


Text Example

White with #565446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565446; }

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

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

background-color css

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

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

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

border-color css

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

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

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