Html Css Color HEX #666365 Salt Box

📋 copy color: '#666365'

red 102 ◦ green 99 ◦ blue 101

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

Shades of Salt Box #666365

Tints of Salt Box #666365

RGB

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

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

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

R = 33.77%
G = 32.78%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#666365 (or 0x666365) is known color: Salt Box. HEX triplet: 66, 63 and 65. RGB value is (102,99,101). Sum of RGB (Red+Green+Blue) = 102+99+101=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 102 - color contains mainly: red. Hex color #666365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666365 is #999C9A. Grayscale: #646464. Windows color (decimal): -10067099 or 6644582. OLE color: 6644582.

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

Color convert

RGB 102 99 101 -
CMYK 0 0.03 0.01 0.6
HSL 320º 0.01% 0.39% -
HSV(B) 320º 0.03% 0.4% -
XYZ 12.29 12.69 14.11 -
YUV 100.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 102 99 101 0 0.03 0.01 0.6 320 0.01 0.39
Hex 66 63 65 0 3 1 3C 140 1 27
Octal 146 143 145 0 3 1 74 500 1 47
Binary 1100110 1100011 1100101 0 11 1 111100 101000000 1 100111

Color Harmonies of #666365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666365

Black with #666365

Text Example


Text Example

White with #666365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666365; }

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

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

background-color css

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

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

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

border-color css

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

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

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