Html Css Color HEX #625A3E Millbrook

📋 copy color: '#625A3E'

red 98 ◦ green 90 ◦ blue 62

#625A3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #625A3E

Tints of Millbrook #625A3E

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 value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#625A3E (or 0x625A3E) is known color: 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.22, 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

RGB 98 90 62 -
CMYK 0 0.08 0.37 0.62
HSL 46.67º 0.23% 0.31% -
HSV(B) 46.67º 0.37% 0.38% -
XYZ 9.56 10.26 6.03 -
YUV 89.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 98 90 62 0 0.08 0.37 0.62 46.67 0.23 0.31
Hex 62 5A 3E 0 8 25 3E 2F 16 1F
Octal 142 132 76 0 10 45 76 57 26 37
Binary 1100010 1011010 111110 0 1000 100101 111110 101111 10110 11111

Color Harmonies of #625A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A3E

Black with #625A3E

Text Example


Text Example

White with #625A3E

Text Example


Text Example

HTML Codes & Css Web 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>