Html Css Color HEX #665463 Salt Box

📋 copy color: '#665463'

red 102 ◦ green 84 ◦ blue 99

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

Shades of Salt Box #665463

Tints of Salt Box #665463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 35.79%
G = 29.47%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665463 (or 0x665463) is known color: Salt Box. HEX triplet: 66, 54 and 63. RGB value is (102,84,99). Sum of RGB (Red+Green+Blue) = 102+84+99=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665463 is #99AB9C. Grayscale: #5B5B5B. Windows color (decimal): -10070941 or 6509670. OLE color: 6509670.

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

Color convert

RGB 102 84 99 -
CMYK 0 0.18 0.03 0.6
HSL 310º 0.1% 0.36% -
HSV(B) 310º 0.18% 0.4% -
XYZ 10.9 10.07 13.17 -
YUV 91.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 102 84 99 0 0.18 0.03 0.6 310 0.1 0.36
Hex 66 54 63 0 12 3 3C 136 A 24
Octal 146 124 143 0 22 3 74 466 12 44
Binary 1100110 1010100 1100011 0 10010 11 111100 100110110 1010 100100

Color Harmonies of #665463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665463

Black with #665463

Text Example


Text Example

White with #665463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665463; }

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

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

background-color css

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

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

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

border-color css

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

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

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