Html Css Color HEX #675E66 Salt Box

📋 copy color: '#675E66'

red 103 ◦ green 94 ◦ blue 102

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

Shades of Salt Box #675E66

Tints of Salt Box #675E66

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#675E66 (or 0x675E66) is known color: Salt Box. HEX triplet: 67, 5E and 66. RGB value is (103,94,102). Sum of RGB (Red+Green+Blue) = 103+94+102=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 103 - color contains mainly: red. Hex color #675E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E66 is #98A199. Grayscale: #616161. Windows color (decimal): -10002842 or 6708839. OLE color: 6708839.

HSL color Cylindrical-coordinate representation of color #675E66: hue angle of 306.67º 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 #675E66 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 94 102 -
CMYK 0 0.09 0.01 0.60
HSL 306.67º 0.05% 0.39% -
HSV(B) 306.67º 0.09% 0.4% -
XYZ 11.99 11.85 14.23 -
YUV 97.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 103 94 102 0 0.09 0.01 0.60 306.67 0.05 0.39
Hex 67 5E 66 0 9 1 3C 133 5 27
Octal 147 136 146 0 11 1 74 463 5 47
Binary 1100111 1011110 1100110 0 1001 1 111100 100110011 101 100111

Color Harmonies of #675E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675E66

Black with #675E66

Text Example


Text Example

White with #675E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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