#625A45

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

Shades of Millbrook #625A45

Tints of Millbrook #625A45

Color information

#625A45 (or 0x625A45) is unknown color: approx Millbrook. HEX triplet: 62, 5A and 45. RGB value is (98,90,69). Sum of RGB (Red+Green+Blue) = 98+90+69=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #625A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A45 is #9DA5BA. Grayscale: #5A5A5A. Windows color (decimal): -10331579 or 4545122. OLE color: 4545122.

HSL color Cylindrical-coordinate representation of color #625A45: hue angle of 43.45º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #625A45 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB989069-
CMYK00.080.300.62
HSL43.45º17.37%32.75%-
HSV(B)43.45º29.59%38.43%-
XYZ9.7710.347.11-
YUV90116.15133.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=38.13%
G=35.02%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98906900.080.300.6243.4517.3732.75
Hex625A45081E3E2b1121
Octal1421321050103676532141
Binary110001010110101000101010001111011111010101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,90,69); }

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

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

 a { background-color: rgb(98,90,69); }

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

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

 span { border-color: rgb(98,90,69); }

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