Html Css Color HEX #665963 Salt Box

📋 copy color: '#665963'

red 102 ◦ green 89 ◦ blue 99

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

Shades of Salt Box #665963

Tints of Salt Box #665963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 35.17%
G = 30.69%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665963 (or 0x665963) is known color: Salt Box. HEX triplet: 66, 59 and 63. RGB value is (102,89,99). Sum of RGB (Red+Green+Blue) = 102+89+99=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #665963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665963 is #99A69C. Grayscale: #5E5E5E. Windows color (decimal): -10069661 or 6510950. OLE color: 6510950.

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

Color convert

RGB 102 89 99 -
CMYK 0 0.13 0.03 0.6
HSL 313.85º 0.07% 0.37% -
HSV(B) 313.85º 0.13% 0.4% -
XYZ 11.3 10.87 13.31 -
YUV 94.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 102 89 99 0 0.13 0.03 0.6 313.85 0.07 0.37
Hex 66 59 63 0 D 3 3C 13A 7 25
Octal 146 131 143 0 15 3 74 472 7 45
Binary 1100110 1011001 1100011 0 1101 11 111100 100111010 111 100101

Color Harmonies of #665963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665963

Black with #665963

Text Example


Text Example

White with #665963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665963; }

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

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

background-color css

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

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

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

border-color css

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

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

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