#625C48

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

Shades of Millbrook #625C48

Tints of Millbrook #625C48

Color information

#625C48 (or 0x625C48) is unknown color: approx Millbrook. HEX triplet: 62, 5C and 48. RGB value is (98,92,72). Sum of RGB (Red+Green+Blue) = 98+92+72=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #625C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C48 is #9DA3B7. Grayscale: #5B5B5B. Windows color (decimal): -10331064 or 4742242. OLE color: 4742242.

HSL color Cylindrical-coordinate representation of color #625C48: hue angle of 46.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #625C48 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB989272-
CMYK00.060.270.62
HSL46.15º15.29%33.33%-
HSV(B)46.15º26.53%38.43%-
XYZ10.0310.727.67-
YUV91.51116.99132.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=37.40%
G=35.11%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98927200.060.270.6246.1515.2933.33
Hex625C48061B3E2ef21
Octal142134110063376561741
Binary1100010101110010010000110110111111101011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625C48; }

 p { color: rgb(98,92,72); }

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

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

 a { background-color: rgb(98,92,72); }

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

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

 span { border-color: rgb(98,92,72); }

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