Html Css Color HEX #665363 Salt Box

📋 copy color: '#665363'

red 102 ◦ green 83 ◦ blue 99

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

Shades of Salt Box #665363

Tints of Salt Box #665363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 35.92%
G = 29.23%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665363 (or 0x665363) is known color: Salt Box. HEX triplet: 66, 53 and 63. RGB value is (102,83,99). Sum of RGB (Red+Green+Blue) = 102+83+99=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665363 is #99AC9C. Grayscale: #5A5A5A. Windows color (decimal): -10071197 or 6509414. OLE color: 6509414.

HSL color Cylindrical-coordinate representation of color #665363: hue angle of 309.47º 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 #665363 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 99 -
CMYK 0 0.19 0.03 0.6
HSL 309.47º 0.1% 0.36% -
HSV(B) 309.47º 0.19% 0.4% -
XYZ 10.82 9.91 13.15 -
YUV 90.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 102 83 99 0 0.19 0.03 0.6 309.47 0.1 0.36
Hex 66 53 63 0 13 3 3C 135 A 24
Octal 146 123 143 0 23 3 74 465 12 44
Binary 1100110 1010011 1100011 0 10011 11 111100 100110101 1010 100100

Color Harmonies of #665363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665363

Black with #665363

Text Example


Text Example

White with #665363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665363; }

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

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

background-color css

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

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

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

border-color css

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

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

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