#625A3E

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

Shades of Millbrook #625A3E

Tints of Millbrook #625A3E

Color information

#625A3E (or 0x625A3E) is unknown color: approx Millbrook. HEX triplet: 62, 5A and 3E. RGB value is (98,90,62). Sum of RGB (Red+Green+Blue) = 98+90+62=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A3E is #9DA5C1. Grayscale: #595959. Windows color (decimal): -10331586 or 4086370. OLE color: 4086370.

HSL color Cylindrical-coordinate representation of color #625A3E: hue angle of 46.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625A3E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB989062-
CMYK00.080.370.62
HSL46.67º22.5%31.37%-
HSV(B)46.67º36.73%38.43%-
XYZ9.5610.266.03-
YUV89.2112.65134.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=39.2%
G=36%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98906200.080.370.6246.6722.531.37
Hex625A3E08253E2f161f
Octal142132760104576572637
Binary11000101011010111110010001001011111101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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