Html Css Color HEX #665465 Salt Box

📋 copy color: '#665465'

red 102 ◦ green 84 ◦ blue 101

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

Shades of Salt Box #665465

Tints of Salt Box #665465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 35.54%
G = 29.27%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#665465 (or 0x665465) is known color: Salt Box. HEX triplet: 66, 54 and 65. RGB value is (102,84,101). Sum of RGB (Red+Green+Blue) = 102+84+101=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665465 is #99AB9A. Grayscale: #5B5B5B. Windows color (decimal): -10070939 or 6640742. OLE color: 6640742.

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

Color convert

RGB 102 84 101 -
CMYK 0 0.18 0.01 0.6
HSL 303.33º 0.1% 0.36% -
HSV(B) 303.33º 0.18% 0.4% -
XYZ 11 10.11 13.68 -
YUV 91.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 102 84 101 0 0.18 0.01 0.6 303.33 0.1 0.36
Hex 66 54 65 0 12 1 3C 12F A 24
Octal 146 124 145 0 22 1 74 457 12 44
Binary 1100110 1010100 1100101 0 10010 1 111100 100101111 1010 100100

Color Harmonies of #665465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665465

Black with #665465

Text Example


Text Example

White with #665465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665465; }

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

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

background-color css

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

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

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

border-color css

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

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

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