Html Css Color HEX #665763 Salt Box

📋 copy color: '#665763'

red 102 ◦ green 87 ◦ blue 99

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

Shades of Salt Box #665763

Tints of Salt Box #665763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 35.42%
G = 30.21%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665763 (or 0x665763) is known color: Salt Box. HEX triplet: 66, 57 and 63. RGB value is (102,87,99). Sum of RGB (Red+Green+Blue) = 102+87+99=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665763 is #99A89C. Grayscale: #5C5C5C. Windows color (decimal): -10070173 or 6510438. OLE color: 6510438.

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

Color convert

RGB 102 87 99 -
CMYK 0 0.15 0.03 0.6
HSL 312º 0.08% 0.37% -
HSV(B) 312º 0.15% 0.4% -
XYZ 11.14 10.54 13.25 -
YUV 92.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 102 87 99 0 0.15 0.03 0.6 312 0.08 0.37
Hex 66 57 63 0 F 3 3C 138 8 25
Octal 146 127 143 0 17 3 74 470 10 45
Binary 1100110 1010111 1100011 0 1111 11 111100 100111000 1000 100101

Color Harmonies of #665763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665763

Black with #665763

Text Example


Text Example

White with #665763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665763; }

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

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

background-color css

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

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

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

border-color css

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

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

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