Html Css Color HEX #665361 Salt Box

📋 copy color: '#665361'

red 102 ◦ green 83 ◦ blue 97

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

Shades of Salt Box #665361

Tints of Salt Box #665361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 36.17%
G = 29.43%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#665361 (or 0x665361) is known color: Salt Box. HEX triplet: 66, 53 and 61. RGB value is (102,83,97). Sum of RGB (Red+Green+Blue) = 102+83+97=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665361 is #99AC9E. Grayscale: #5A5A5A. Windows color (decimal): -10071199 or 6378342. OLE color: 6378342.

HSL color Cylindrical-coordinate representation of color #665361: hue angle of 315.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #665361 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 97 -
CMYK 0 0.19 0.05 0.6
HSL 315.79º 0.1% 0.36% -
HSV(B) 315.79º 0.19% 0.4% -
XYZ 10.73 9.87 12.65 -
YUV 90.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 102 83 97 0 0.19 0.05 0.6 315.79 0.1 0.36
Hex 66 53 61 0 13 5 3C 13C A 24
Octal 146 123 141 0 23 5 74 474 12 44
Binary 1100110 1010011 1100001 0 10011 101 111100 100111100 1010 100100

Color Harmonies of #665361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665361

Black with #665361

Text Example


Text Example

White with #665361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665361; }

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

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

background-color css

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

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

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

border-color css

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

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

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