Html Css Color HEX #565545 Millbrook

📋 copy color: '#565545'

red 86 ◦ green 85 ◦ blue 69

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

Shades of Millbrook #565545

Tints of Millbrook #565545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.75%

R = 35.83%
G = 35.42%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#565545 (or 0x565545) is known color: Millbrook. HEX triplet: 56, 55 and 45. RGB value is (86,85,69). Sum of RGB (Red+Green+Blue) = 86+85+69=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #565545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565545 is #A9AABA. Grayscale: #535353. Windows color (decimal): -11119291 or 4543830. OLE color: 4543830.

HSL color Cylindrical-coordinate representation of color #565545: hue angle of 56.47º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565545 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 69 -
CMYK 0 0.01 0.20 0.66
HSL 56.47º 0.11% 0.3% -
HSV(B) 56.47º 0.2% 0.34% -
XYZ 8.16 8.91 6.92 -
YUV 83.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 86 85 69 0 0.01 0.20 0.66 56.47 0.11 0.3
Hex 56 55 45 0 1 14 42 38 B 1E
Octal 126 125 105 0 1 24 102 70 13 36
Binary 1010110 1010101 1000101 0 1 10100 1000010 111000 1011 11110

Color Harmonies of #565545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565545

Black with #565545

Text Example


Text Example

White with #565545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565545; }

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

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

background-color css

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

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

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

border-color css

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

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

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