Html Css Color HEX #655F47 Millbrook

📋 copy color: '#655F47'

red 101 ◦ green 95 ◦ blue 71

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

Shades of Millbrook #655F47

Tints of Millbrook #655F47

RGB

 RED value IS 101 (39.84% from 255) = 37.83%

 GREEN value IS 95 (37.5% from 255) = 35.58%

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 37.83%
G = 35.58%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#655F47 (or 0x655F47) is known color: Millbrook. HEX triplet: 65, 5F and 47. RGB value is (101,95,71). Sum of RGB (Red+Green+Blue) = 101+95+71=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #655F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F47 is #9AA0B8. Grayscale: #5E5E5E. Windows color (decimal): -10133689 or 4677477. OLE color: 4677477.

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

Color convert

RGB 101 95 71 -
CMYK 0 0.06 0.30 0.60
HSL 48º 0.17% 0.34% -
HSV(B) 48º 0.3% 0.4% -
XYZ 10.6 11.41 7.6 -
YUV 94.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 101 95 71 0 0.06 0.30 0.60 48 0.17 0.34
Hex 65 5F 47 0 6 1E 3C 30 11 22
Octal 145 137 107 0 6 36 74 60 21 42
Binary 1100101 1011111 1000111 0 110 11110 111100 110000 10001 100010

Color Harmonies of #655F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F47

Black with #655F47

Text Example


Text Example

White with #655F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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