Html Css Color HEX #665265 Salt Box

📋 copy color: '#665265'

red 102 ◦ green 82 ◦ blue 101

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

Shades of Salt Box #665265

Tints of Salt Box #665265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 35.79%
G = 28.77%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#665265 (or 0x665265) is known color: Salt Box. HEX triplet: 66, 52 and 65. RGB value is (102,82,101). Sum of RGB (Red+Green+Blue) = 102+82+101=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665265 is #99AD9A. Grayscale: #5A5A5A. Windows color (decimal): -10071451 or 6640230. OLE color: 6640230.

HSL color Cylindrical-coordinate representation of color #665265: hue angle of 303º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665265 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 101 -
CMYK 0 0.20 0.01 0.6
HSL 303º 0.11% 0.36% -
HSV(B) 303º 0.2% 0.4% -
XYZ 10.85 9.8 13.63 -
YUV 90.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 102 82 101 0 0.20 0.01 0.6 303 0.11 0.36
Hex 66 52 65 0 14 1 3C 12F B 24
Octal 146 122 145 0 24 1 74 457 13 44
Binary 1100110 1010010 1100101 0 10100 1 111100 100101111 1011 100100

Color Harmonies of #665265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665265

Black with #665265

Text Example


Text Example

White with #665265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665265; }

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

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

background-color css

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

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

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

border-color css

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

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

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