Html Css Color HEX #675A63 Salt Box

📋 copy color: '#675A63'

red 103 ◦ green 90 ◦ blue 99

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

Shades of Salt Box #675A63

Tints of Salt Box #675A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

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

R = 35.27%
G = 30.82%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#675A63 (or 0x675A63) is known color: Salt Box. HEX triplet: 67, 5A and 63. RGB value is (103,90,99). Sum of RGB (Red+Green+Blue) = 103+90+99=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #675A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A63 is #98A59C. Grayscale: #5E5E5E. Windows color (decimal): -10003869 or 6511207. OLE color: 6511207.

HSL color Cylindrical-coordinate representation of color #675A63: hue angle of 318.46º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #675A63 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 99 -
CMYK 0 0.13 0.04 0.60
HSL 318.46º 0.07% 0.38% -
HSV(B) 318.46º 0.13% 0.4% -
XYZ 11.5 11.1 13.34 -
YUV 94.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 103 90 99 0 0.13 0.04 0.60 318.46 0.07 0.38
Hex 67 5A 63 0 D 4 3C 13E 7 26
Octal 147 132 143 0 15 4 74 476 7 46
Binary 1100111 1011010 1100011 0 1101 100 111100 100111110 111 100110

Color Harmonies of #675A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A63

Black with #675A63

Text Example


Text Example

White with #675A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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