#625B40

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

Shades of Millbrook #625B40

Tints of Millbrook #625B40

Color information

#625B40 (or 0x625B40) is unknown color: approx Millbrook. HEX triplet: 62, 5B and 40. RGB value is (98,91,64). Sum of RGB (Red+Green+Blue) = 98+91+64=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B40 is #9DA4BF. Grayscale: #5A5A5A. Windows color (decimal): -10331328 or 4217698. OLE color: 4217698.

HSL color Cylindrical-coordinate representation of color #625B40: hue angle of 47.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625B40 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB989164-
CMYK00.070.350.62
HSL47.65º20.99%31.76%-
HSV(B)47.65º34.69%38.43%-
XYZ9.710.456.36-
YUV90.02113.32133.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=38.74%
G=35.97%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98916400.070.350.6247.6520.9931.76
Hex625B4007233E301520
Octal142133100074376602540
Binary110001010110111000000011110001111111011000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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