Html Css Color HEX #565346 Millbrook

📋 copy color: '#565346'

red 86 ◦ green 83 ◦ blue 70

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

Shades of Millbrook #565346

Tints of Millbrook #565346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 35.98%
G = 34.73%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#565346 (or 0x565346) is known color: Millbrook. HEX triplet: 56, 53 and 46. RGB value is (86,83,70). Sum of RGB (Red+Green+Blue) = 86+83+70=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #565346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565346 is #A9ACB9. Grayscale: #525252. Windows color (decimal): -11119802 or 4608854. OLE color: 4608854.

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

Color convert

RGB 86 83 70 -
CMYK 0 0.03 0.19 0.66
HSL 48.75º 0.1% 0.31% -
HSV(B) 48.75º 0.19% 0.34% -
XYZ 8.04 8.61 7.03 -
YUV 82.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 86 83 70 0 0.03 0.19 0.66 48.75 0.1 0.31
Hex 56 53 46 0 3 13 42 31 A 1F
Octal 126 123 106 0 3 23 102 61 12 37
Binary 1010110 1010011 1000110 0 11 10011 1000010 110001 1010 11111

Color Harmonies of #565346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565346

Black with #565346

Text Example


Text Example

White with #565346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565346; }

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

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

background-color css

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

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

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

border-color css

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

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

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