Html Css Color HEX #675D63 Salt Box

📋 copy color: '#675D63'

red 103 ◦ green 93 ◦ blue 99

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

Shades of Salt Box #675D63

Tints of Salt Box #675D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

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

R = 34.92%
G = 31.53%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#675D63 (or 0x675D63) is known color: Salt Box. HEX triplet: 67, 5D and 63. RGB value is (103,93,99). Sum of RGB (Red+Green+Blue) = 103+93+99=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 103 - color contains mainly: red. Hex color #675D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D63 is #98A29C. Grayscale: #606060. Windows color (decimal): -10003101 or 6511975. OLE color: 6511975.

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

Color convert

RGB 103 93 99 -
CMYK 0 0.10 0.04 0.60
HSL 324º 0.05% 0.38% -
HSV(B) 324º 0.1% 0.4% -
XYZ 11.76 11.61 13.43 -
YUV 96.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 103 93 99 0 0.10 0.04 0.60 324 0.05 0.38
Hex 67 5D 63 0 A 4 3C 144 5 26
Octal 147 135 143 0 12 4 74 504 5 46
Binary 1100111 1011101 1100011 0 1010 100 111100 101000100 101 100110

Color Harmonies of #675D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D63

Black with #675D63

Text Example


Text Example

White with #675D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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