Html Css Color HEX #625F55 Storm Dust

📋 copy color: '#625F55'

red 98 ◦ green 95 ◦ blue 85

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

Shades of Storm Dust #625F55

Tints of Storm Dust #625F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 35.25%
G = 34.17%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#625F55 (or 0x625F55) is known color: Storm Dust. HEX triplet: 62, 5F and 55. RGB value is (98,95,85). Sum of RGB (Red+Green+Blue) = 98+95+85=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #625F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F55 is #9DA0AA. Grayscale: #5E5E5E. Windows color (decimal): -10330283 or 5594978. OLE color: 5594978.

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

Color convert

RGB 98 95 85 -
CMYK 0 0.03 0.13 0.62
HSL 46.15º 0.07% 0.36% -
HSV(B) 46.15º 0.13% 0.38% -
XYZ 10.77 11.44 10.23 -
YUV 94.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 98 95 85 0 0.03 0.13 0.62 46.15 0.07 0.36
Hex 62 5F 55 0 3 D 3E 2E 7 24
Octal 142 137 125 0 3 15 76 56 7 44
Binary 1100010 1011111 1010101 0 11 1101 111110 101110 111 100100

Color Harmonies of #625F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F55

Black with #625F55

Text Example


Text Example

White with #625F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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