Html Css Color HEX #625F4D Millbrook

📋 copy color: '#625F4D'

red 98 ◦ green 95 ◦ blue 77

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

Shades of Millbrook #625F4D

Tints of Millbrook #625F4D

RGB

 RED value IS 98 (38.67% from 255) = 36.3%

 GREEN value IS 95 (37.5% from 255) = 35.19%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 36.3%
G = 35.19%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#625F4D (or 0x625F4D) is known color: Millbrook. HEX triplet: 62, 5F and 4D. RGB value is (98,95,77). Sum of RGB (Red+Green+Blue) = 98+95+77=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #625F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F4D is #9DA0B2. Grayscale: #5D5D5D. Windows color (decimal): -10330291 or 5070690. OLE color: 5070690.

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

Color convert

RGB 98 95 77 -
CMYK 0 0.03 0.21 0.62
HSL 51.43º 0.12% 0.34% -
HSV(B) 51.43º 0.21% 0.38% -
XYZ 10.47 11.32 8.65 -
YUV 93.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 98 95 77 0 0.03 0.21 0.62 51.43 0.12 0.34
Hex 62 5F 4D 0 3 15 3E 33 C 22
Octal 142 137 115 0 3 25 76 63 14 42
Binary 1100010 1011111 1001101 0 11 10101 111110 110011 1100 100010

Color Harmonies of #625F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F4D

Black with #625F4D

Text Example


Text Example

White with #625F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,95,77); }

 H1.HeaderClassName
 {
   color: #625F4D;
 }
 .AnyTagClassName
 {
   color: #625F4D;
 }
</style>

background-color css

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

 a { background-color: rgb(98,95,77); }

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

border-color css

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

 span { border-color: rgb(98,95,77); }

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