Html Css Color HEX #696965 Storm Dust

📋 copy color: '#696965'

red 105 ◦ green 105 ◦ blue 101

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

Shades of Storm Dust #696965

Tints of Storm Dust #696965

RGB

 RED value IS 105 (41.41% from 255) = 33.76%

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 33.76%
G = 33.76%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696965 (or 0x696965) is known color: Storm Dust. HEX triplet: 69, 69 and 65. RGB value is (105,105,101). Sum of RGB (Red+Green+Blue) = 105+105+101=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696965 is #96969A. Grayscale: #686868. Windows color (decimal): -9868955 or 6646121. OLE color: 6646121.

HSL color Cylindrical-coordinate representation of color #696965: hue angle of 60º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696965 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 101 -
CMYK 0 0 0.04 0.59
HSL 60º 0.02% 0.4% -
HSV(B) 60º 0.04% 0.41% -
XYZ 13.23 14.05 14.33 -
YUV 104.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 105 105 101 0 0 0.04 0.59 60 0.02 0.4
Hex 69 69 65 0 0 4 3B 3C 2 28
Octal 151 151 145 0 0 4 73 74 2 50
Binary 1101001 1101001 1100101 0 0 100 111011 111100 10 101000

Color Harmonies of #696965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696965

Black with #696965

Text Example


Text Example

White with #696965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696965; }

 p { color: rgb(105,105,101); }

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

background-color css

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

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

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

border-color css

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

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

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