Html Css Color HEX #625E5C Dorado

📋 copy color: '#625E5C'

red 98 ◦ green 94 ◦ blue 92

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

Shades of Dorado #625E5C

Tints of Dorado #625E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 34.51%
G = 33.1%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#625E5C (or 0x625E5C) is known color: Dorado. HEX triplet: 62, 5E and 5C. RGB value is (98,94,92). Sum of RGB (Red+Green+Blue) = 98+94+92=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5C is #9DA1A3. Grayscale: #5E5E5E. Windows color (decimal): -10330532 or 6053474. OLE color: 6053474.

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

Color convert

RGB 98 94 92 -
CMYK 0 0.04 0.06 0.62
HSL 20º 0.03% 0.37% -
HSV(B) 20º 0.06% 0.38% -
XYZ 10.97 11.37 11.74 -
YUV 94.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 98 94 92 0 0.04 0.06 0.62 20 0.03 0.37
Hex 62 5E 5C 0 4 6 3E 14 3 25
Octal 142 136 134 0 4 6 76 24 3 45
Binary 1100010 1011110 1011100 0 100 110 111110 10100 11 100101

Color Harmonies of #625E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E5C

Black with #625E5C

Text Example


Text Example

White with #625E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,94,92); }

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

background-color css

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

 a { background-color: rgb(98,94,92); }

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

border-color css

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

 span { border-color: rgb(98,94,92); }

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