Html Css Color HEX #65635F Storm Dust

📋 copy color: '#65635F'

red 101 ◦ green 99 ◦ blue 95

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

Shades of Storm Dust #65635F

Tints of Storm Dust #65635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 34.24%
G = 33.56%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65635F (or 0x65635F) is known color: Storm Dust. HEX triplet: 65, 63 and 5F. RGB value is (101,99,95). Sum of RGB (Red+Green+Blue) = 101+99+95=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 101 - color contains mainly: red. Hex color #65635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65635F is #9A9CA0. Grayscale: #636363. Windows color (decimal): -10132641 or 6251365. OLE color: 6251365.

HSL color Cylindrical-coordinate representation of color #65635F: hue angle of 40º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #65635F is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 99 95 -
CMYK 0 0.02 0.06 0.60
HSL 40º 0.03% 0.38% -
HSV(B) 40º 0.06% 0.4% -
XYZ 11.89 12.52 12.62 -
YUV 99.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 101 99 95 0 0.02 0.06 0.60 40 0.03 0.38
Hex 65 63 5F 0 2 6 3C 28 3 26
Octal 145 143 137 0 2 6 74 50 3 46
Binary 1100101 1100011 1011111 0 10 110 111100 101000 11 100110

Color Harmonies of #65635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65635F

Black with #65635F

Text Example


Text Example

White with #65635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65635F; }

 p { color: rgb(101,99,95); }

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

background-color css

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

 a { background-color: rgb(101,99,95); }

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

border-color css

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

 span { border-color: rgb(101,99,95); }

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