Html Css Color HEX #665665 Salt Box

📋 copy color: '#665665'

red 102 ◦ green 86 ◦ blue 101

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

Shades of Salt Box #665665

Tints of Salt Box #665665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 35.29%
G = 29.76%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#665665 (or 0x665665) is known color: Salt Box. HEX triplet: 66, 56 and 65. RGB value is (102,86,101). Sum of RGB (Red+Green+Blue) = 102+86+101=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665665 is #99A99A. Grayscale: #5C5C5C. Windows color (decimal): -10070427 or 6641254. OLE color: 6641254.

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

Color convert

RGB 102 86 101 -
CMYK 0 0.16 0.01 0.6
HSL 303.75º 0.09% 0.37% -
HSV(B) 303.75º 0.16% 0.4% -
XYZ 11.16 10.42 13.74 -
YUV 92.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 102 86 101 0 0.16 0.01 0.6 303.75 0.09 0.37
Hex 66 56 65 0 10 1 3C 130 9 25
Octal 146 126 145 0 20 1 74 460 11 45
Binary 1100110 1010110 1100101 0 10000 1 111100 100110000 1001 100101

Color Harmonies of #665665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665665

Black with #665665

Text Example


Text Example

White with #665665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665665; }

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

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

background-color css

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

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

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

border-color css

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

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

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