Html Css Color HEX #676166 Salt Box

📋 copy color: '#676166'

red 103 ◦ green 97 ◦ blue 102

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

Shades of Salt Box #676166

Tints of Salt Box #676166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

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

R = 34.11%
G = 32.12%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#676166 (or 0x676166) is known color: Salt Box. HEX triplet: 67, 61 and 66. RGB value is (103,97,102). Sum of RGB (Red+Green+Blue) = 103+97+102=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 103 - color contains mainly: red. Hex color #676166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676166 is #989E99. Grayscale: #636363. Windows color (decimal): -10002074 or 6709607. OLE color: 6709607.

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

Color convert

RGB 103 97 102 -
CMYK 0 0.06 0.01 0.60
HSL 310º 0.03% 0.39% -
HSV(B) 310º 0.06% 0.4% -
XYZ 12.27 12.39 14.32 -
YUV 99.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 103 97 102 0 0.06 0.01 0.60 310 0.03 0.39
Hex 67 61 66 0 6 1 3C 136 3 27
Octal 147 141 146 0 6 1 74 466 3 47
Binary 1100111 1100001 1100110 0 110 1 111100 100110110 11 100111

Color Harmonies of #676166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676166

Black with #676166

Text Example


Text Example

White with #676166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676166; }

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

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

background-color css

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

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

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

border-color css

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

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

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