Html Css Color HEX #625F56 Storm Dust

📋 copy color: '#625F56'

red 98 ◦ green 95 ◦ blue 86

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

Shades of Storm Dust #625F56

Tints of Storm Dust #625F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 35.13%
G = 34.05%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#625F56 (or 0x625F56) is known color: Storm Dust. HEX triplet: 62, 5F and 56. RGB value is (98,95,86). Sum of RGB (Red+Green+Blue) = 98+95+86=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F56 is #9DA0A9. Grayscale: #5E5E5E. Windows color (decimal): -10330282 or 5660514. OLE color: 5660514.

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

Color convert

RGB 98 95 86 -
CMYK 0 0.03 0.12 0.62
HSL 45º 0.07% 0.36% -
HSV(B) 45º 0.12% 0.38% -
XYZ 10.81 11.45 10.45 -
YUV 94.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 98 95 86 0 0.03 0.12 0.62 45 0.07 0.36
Hex 62 5F 56 0 3 C 3E 2D 7 24
Octal 142 137 126 0 3 14 76 55 7 44
Binary 1100010 1011111 1010110 0 11 1100 111110 101101 111 100100

Color Harmonies of #625F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F56

Black with #625F56

Text Example


Text Example

White with #625F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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