Html Css Color HEX #656255 Storm Dust

📋 copy color: '#656255'

red 101 ◦ green 98 ◦ blue 85

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

Shades of Storm Dust #656255

Tints of Storm Dust #656255

RGB

 RED value IS 101 (39.84% from 255) = 35.56%

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

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

R = 35.56%
G = 34.51%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#656255 (or 0x656255) is known color: Storm Dust. HEX triplet: 65, 62 and 55. RGB value is (101,98,85). Sum of RGB (Red+Green+Blue) = 101+98+85=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #656255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656255 is #9A9DAA. Grayscale: #616161. Windows color (decimal): -10132907 or 5595749. OLE color: 5595749.

HSL color Cylindrical-coordinate representation of color #656255: hue angle of 48.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656255 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 98 85 -
CMYK 0 0.03 0.16 0.60
HSL 48.75º 0.09% 0.36% -
HSV(B) 48.75º 0.16% 0.4% -
XYZ 11.37 12.16 10.34 -
YUV 97.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 101 98 85 0 0.03 0.16 0.60 48.75 0.09 0.36
Hex 65 62 55 0 3 10 3C 31 9 24
Octal 145 142 125 0 3 20 74 61 11 44
Binary 1100101 1100010 1010101 0 11 10000 111100 110001 1001 100100

Color Harmonies of #656255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656255

Black with #656255

Text Example


Text Example

White with #656255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656255; }

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

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

background-color css

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

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

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

border-color css

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

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

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