Html Css Color HEX #664E63 Salt Box

📋 copy color: '#664E63'

red 102 ◦ green 78 ◦ blue 99

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

Shades of Salt Box #664E63

Tints of Salt Box #664E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 36.56%
G = 27.96%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#664E63 (or 0x664E63) is known color: Salt Box. HEX triplet: 66, 4E and 63. RGB value is (102,78,99). Sum of RGB (Red+Green+Blue) = 102+78+99=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #664E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E63 is #99B19C. Grayscale: #575757. Windows color (decimal): -10072477 or 6508134. OLE color: 6508134.

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

Color convert

RGB 102 78 99 -
CMYK 0 0.24 0.03 0.6
HSL 307.5º 0.13% 0.35% -
HSV(B) 307.5º 0.24% 0.4% -
XYZ 10.46 9.17 13.02 -
YUV 87.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 102 78 99 0 0.24 0.03 0.6 307.5 0.13 0.35
Hex 66 4E 63 0 18 3 3C 134 D 23
Octal 146 116 143 0 30 3 74 464 15 43
Binary 1100110 1001110 1100011 0 11000 11 111100 100110100 1101 100011

Color Harmonies of #664E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E63

Black with #664E63

Text Example


Text Example

White with #664E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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