#655E45

Color #655E45 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #655E45

Tints of Millbrook #655E45

Color information

#655E45 (or 0x655E45) is unknown color: approx Millbrook. HEX triplet: 65, 5E and 45. RGB value is (101,94,69). Sum of RGB (Red+Green+Blue) = 101+94+69=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #655E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E45 is #9AA1BA. Grayscale: #5D5D5D. Windows color (decimal): -10133947 or 4546149. OLE color: 4546149.

HSL color Cylindrical-coordinate representation of color #655E45: hue angle of 46.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655E45 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1019469-
CMYK00.070.320.60
HSL46.88º18.82%33.33%-
HSV(B)46.88º31.68%39.61%-
XYZ10.4411.27.24-
YUV93.24114.32133.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=38.26%
G=35.61%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101946900.070.320.6046.8818.8233.33
Hex655E4507203C2f1321
Octal145136105074074572341
Binary110010110111101000101011110000011110010111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655E45; }

 p { color: rgb(101,94,69); }

 H1.HeaderClassName
 {
   color: #655E45;
 }
 .AnyTagClassName
 {
   color: #655E45;
 }
</style>
background-color css

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

 a { background-color: rgb(101,94,69); }

 div.DivClassName
 {
   background-color: #655E45;
 }
 .BgClassName
 {
   background-color: #655E45;
 }
</style>
border-color css

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

 span { border-color: rgb(101,94,69); }

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