#625B45

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

Shades of Millbrook #625B45

Tints of Millbrook #625B45

Color information

#625B45 (or 0x625B45) is unknown color: approx Millbrook. HEX triplet: 62, 5B and 45. RGB value is (98,91,69). Sum of RGB (Red+Green+Blue) = 98+91+69=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #625B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B45 is #9DA4BA. Grayscale: #5A5A5A. Windows color (decimal): -10331323 or 4545378. OLE color: 4545378.

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

Color convert

RGB989169-
CMYK00.070.300.62
HSL45.52º17.37%32.75%-
HSV(B)45.52º29.59%38.43%-
XYZ9.8510.517.14-
YUV90.58115.82133.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=37.98%
G=35.27%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98916900.070.300.6245.5217.3732.75
Hex625B45071E3E2e1121
Octal142133105073676562141
Binary11000101011011100010101111111011111010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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