#625C45

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

Shades of Millbrook #625C45

Tints of Millbrook #625C45

Color information

#625C45 (or 0x625C45) is unknown color: approx Millbrook. HEX triplet: 62, 5C and 45. RGB value is (98,92,69). Sum of RGB (Red+Green+Blue) = 98+92+69=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #625C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C45 is #9DA3BA. Grayscale: #5B5B5B. Windows color (decimal): -10331067 or 4545634. OLE color: 4545634.

HSL color Cylindrical-coordinate representation of color #625C45: hue angle of 47.59º 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 #625C45 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB989269-
CMYK00.060.300.62
HSL47.59º17.37%32.75%-
HSV(B)47.59º29.59%38.43%-
XYZ9.9410.687.17-
YUV91.17115.49132.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=37.84%
G=35.52%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98926900.060.300.6247.5917.3732.75
Hex625C45061E3E301121
Octal142134105063676602141
Binary11000101011100100010101101111011111011000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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