Html Css Color HEX #67665E Storm Dust

📋 copy color: '#67665E'

red 103 ◦ green 102 ◦ blue 94

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

Shades of Storm Dust #67665E

Tints of Storm Dust #67665E

RGB

 RED value IS 103 (40.63% from 255) = 34.45%

 GREEN value IS 102 (40.23% from 255) = 34.11%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 34.45%
G = 34.11%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67665E (or 0x67665E) is known color: Storm Dust. HEX triplet: 67, 66 and 5E. RGB value is (103,102,94). Sum of RGB (Red+Green+Blue) = 103+102+94=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 103 - color contains mainly: red. Hex color #67665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67665E is #9899A1. Grayscale: #656565. Windows color (decimal): -10000802 or 6186599. OLE color: 6186599.

HSL color Cylindrical-coordinate representation of color #67665E: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67665E is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 102 94 -
CMYK 0 0.01 0.09 0.60
HSL 53.33º 0.05% 0.39% -
HSV(B) 53.33º 0.09% 0.4% -
XYZ 12.37 13.19 12.48 -
YUV 101.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 103 102 94 0 0.01 0.09 0.60 53.33 0.05 0.39
Hex 67 66 5E 0 1 9 3C 35 5 27
Octal 147 146 136 0 1 11 74 65 5 47
Binary 1100111 1100110 1011110 0 1 1001 111100 110101 101 100111

Color Harmonies of #67665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67665E

Black with #67665E

Text Example


Text Example

White with #67665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67665E; }

 p { color: rgb(103,102,94); }

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

background-color css

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

 a { background-color: rgb(103,102,94); }

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

border-color css

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

 span { border-color: rgb(103,102,94); }

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