Html Css Color HEX #565546 Millbrook

📋 copy color: '#565546'

red 86 ◦ green 85 ◦ blue 70

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

Shades of Millbrook #565546

Tints of Millbrook #565546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 35.68%
G = 35.27%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#565546 (or 0x565546) is known color: Millbrook. HEX triplet: 56, 55 and 46. RGB value is (86,85,70). Sum of RGB (Red+Green+Blue) = 86+85+70=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #565546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565546 is #A9AAB9. Grayscale: #535353. Windows color (decimal): -11119290 or 4609366. OLE color: 4609366.

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

Color convert

RGB 86 85 70 -
CMYK 0 0.01 0.19 0.66
HSL 56.25º 0.1% 0.31% -
HSV(B) 56.25º 0.19% 0.34% -
XYZ 8.19 8.92 7.08 -
YUV 83.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 86 85 70 0 0.01 0.19 0.66 56.25 0.1 0.31
Hex 56 55 46 0 1 13 42 38 A 1F
Octal 126 125 106 0 1 23 102 70 12 37
Binary 1010110 1010101 1000110 0 1 10011 1000010 111000 1010 11111

Color Harmonies of #565546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565546

Black with #565546

Text Example


Text Example

White with #565546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565546; }

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

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

background-color css

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

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

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

border-color css

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

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

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