Html Css Color HEX #675263 Salt Box

📋 copy color: '#675263'

red 103 ◦ green 82 ◦ blue 99

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

Shades of Salt Box #675263

Tints of Salt Box #675263

RGB

 RED value IS 103 (40.63% from 255) = 36.27%

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

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

R = 36.27%
G = 28.87%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#675263 (or 0x675263) is known color: Salt Box. HEX triplet: 67, 52 and 63. RGB value is (103,82,99). Sum of RGB (Red+Green+Blue) = 103+82+99=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675263 is #98AD9C. Grayscale: #5A5A5A. Windows color (decimal): -10005917 or 6509159. OLE color: 6509159.

HSL color Cylindrical-coordinate representation of color #675263: hue angle of 311.43º 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 #675263 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 82 99 -
CMYK 0 0.20 0.04 0.60
HSL 311.43º 0.11% 0.36% -
HSV(B) 311.43º 0.2% 0.4% -
XYZ 10.86 9.82 13.13 -
YUV 90.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 103 82 99 0 0.20 0.04 0.60 311.43 0.11 0.36
Hex 67 52 63 0 14 4 3C 137 B 24
Octal 147 122 143 0 24 4 74 467 13 44
Binary 1100111 1010010 1100011 0 10100 100 111100 100110111 1011 100100

Color Harmonies of #675263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675263

Black with #675263

Text Example


Text Example

White with #675263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675263; }

 p { color: rgb(103,82,99); }

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

background-color css

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

 a { background-color: rgb(103,82,99); }

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

border-color css

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

 span { border-color: rgb(103,82,99); }

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