Html Css Color HEX #665B62 Salt Box

📋 copy color: '#665B62'

red 102 ◦ green 91 ◦ blue 98

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

Shades of Salt Box #665B62

Tints of Salt Box #665B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 35.05%
G = 31.27%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#665B62 (or 0x665B62) is known color: Salt Box. HEX triplet: 66, 5B and 62. RGB value is (102,91,98). Sum of RGB (Red+Green+Blue) = 102+91+98=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #665B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B62 is #99A49D. Grayscale: #5F5F5F. Windows color (decimal): -10069150 or 6445926. OLE color: 6445926.

HSL color Cylindrical-coordinate representation of color #665B62: hue angle of 321.82º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665B62 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 98 -
CMYK 0 0.11 0.04 0.6
HSL 321.82º 0.06% 0.38% -
HSV(B) 321.82º 0.11% 0.4% -
XYZ 11.43 11.19 13.11 -
YUV 95.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 102 91 98 0 0.11 0.04 0.6 321.82 0.06 0.38
Hex 66 5B 62 0 B 4 3C 142 6 26
Octal 146 133 142 0 13 4 74 502 6 46
Binary 1100110 1011011 1100010 0 1011 100 111100 101000010 110 100110

Color Harmonies of #665B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B62

Black with #665B62

Text Example


Text Example

White with #665B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B62; }

 p { color: rgb(102,91,98); }

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

background-color css

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

 a { background-color: rgb(102,91,98); }

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

border-color css

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

 span { border-color: rgb(102,91,98); }

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