Html Css Color HEX #565549 Millbrook

📋 copy color: '#565549'

red 86 ◦ green 85 ◦ blue 73

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

Shades of Millbrook #565549

Tints of Millbrook #565549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 35.25%
G = 34.84%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#565549 (or 0x565549) is known color: Millbrook. HEX triplet: 56, 55 and 49. RGB value is (86,85,73). Sum of RGB (Red+Green+Blue) = 86+85+73=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #565549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565549 is #A9AAB6. Grayscale: #535353. Windows color (decimal): -11119287 or 4805974. OLE color: 4805974.

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

Color convert

RGB 86 85 73 -
CMYK 0 0.01 0.15 0.66
HSL 55.38º 0.08% 0.31% -
HSV(B) 55.38º 0.15% 0.34% -
XYZ 8.29 8.96 7.6 -
YUV 83.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 86 85 73 0 0.01 0.15 0.66 55.38 0.08 0.31
Hex 56 55 49 0 1 F 42 37 8 1F
Octal 126 125 111 0 1 17 102 67 10 37
Binary 1010110 1010101 1001001 0 1 1111 1000010 110111 1000 11111

Color Harmonies of #565549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565549

Black with #565549

Text Example


Text Example

White with #565549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565549; }

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

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

background-color css

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

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

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

border-color css

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

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

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