#625942

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

Shades of Millbrook #625942

Tints of Millbrook #625942

Color information

#625942 (or 0x625942) is unknown color: approx Millbrook. HEX triplet: 62, 59 and 42. RGB value is (98,89,66). Sum of RGB (Red+Green+Blue) = 98+89+66=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625942 is #9DA6BD. Grayscale: #595959. Windows color (decimal): -10331838 or 4348258. OLE color: 4348258.

HSL color Cylindrical-coordinate representation of color #625942: hue angle of 43.13º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625942 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB988966-
CMYK00.090.330.62
HSL43.13º19.51%32.16%-
HSV(B)43.13º32.65%38.43%-
XYZ9.5910.136.6-
YUV89.07114.98134.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=38.74%
G=35.18%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98896600.090.330.6243.1319.5132.16
Hex62594209213E2b1420
Octal1421311020114176532440
Binary1100010101100110000100100110000111111010101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625942; }

 p { color: rgb(98,89,66); }

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

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

 a { background-color: rgb(98,89,66); }

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

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

 span { border-color: rgb(98,89,66); }

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