#625D4A

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

Shades of Millbrook #625D4A

Tints of Millbrook #625D4A

Color information

#625D4A (or 0x625D4A) is unknown color: approx Millbrook. HEX triplet: 62, 5D and 4A. RGB value is (98,93,74). Sum of RGB (Red+Green+Blue) = 98+93+74=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #625D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D4A is #9DA2B5. Grayscale: #5C5C5C. Windows color (decimal): -10330806 or 4873570. OLE color: 4873570.

HSL color Cylindrical-coordinate representation of color #625D4A: hue angle of 47.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #625D4A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB989374-
CMYK00.050.240.62
HSL47.5º13.95%33.73%-
HSV(B)47.5º24.49%38.43%-
XYZ10.1910.928.05-
YUV92.33117.66132.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=36.98%
G=35.09%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98937400.050.240.6247.513.9533.73
Hex625D4A05183E30e22
Octal142135112053076601642
Binary1100010101110110010100101110001111101100001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,74); }

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

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

 a { background-color: rgb(98,93,74); }

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

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

 span { border-color: rgb(98,93,74); }

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