#655F48

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

Shades of Millbrook #655F48

Tints of Millbrook #655F48

Color information

#655F48 (or 0x655F48) is unknown color: approx Millbrook. HEX triplet: 65, 5F and 48. RGB value is (101,95,72). Sum of RGB (Red+Green+Blue) = 101+95+72=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F48 is #9AA0B7. Grayscale: #5E5E5E. Windows color (decimal): -10133688 or 4743013. OLE color: 4743013.

HSL color Cylindrical-coordinate representation of color #655F48: hue angle of 47.59º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #655F48 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1019572-
CMYK00.060.290.60
HSL47.59º16.76%33.92%-
HSV(B)47.59º28.71%39.61%-
XYZ10.6311.427.77-
YUV94.17115.49132.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=37.69%
G=35.45%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101957200.060.290.6047.5916.7633.92
Hex655F48061D3C301122
Octal145137110063574602142
Binary11001011011111100100001101110111110011000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,72); }

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

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

 a { background-color: rgb(101,95,72); }

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

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

 span { border-color: rgb(101,95,72); }

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