Html Css Color HEX #675D64 Salt Box

📋 copy color: '#675D64'

red 103 ◦ green 93 ◦ blue 100

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

Shades of Salt Box #675D64

Tints of Salt Box #675D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 34.8%
G = 31.42%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#675D64 (or 0x675D64) is known color: Salt Box. HEX triplet: 67, 5D and 64. RGB value is (103,93,100). Sum of RGB (Red+Green+Blue) = 103+93+100=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 103 - color contains mainly: red. Hex color #675D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D64 is #98A29B. Grayscale: #606060. Windows color (decimal): -10003100 or 6577511. OLE color: 6577511.

HSL color Cylindrical-coordinate representation of color #675D64: hue angle of 318º 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 #675D64 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 93 100 -
CMYK 0 0.10 0.03 0.60
HSL 318º 0.05% 0.38% -
HSV(B) 318º 0.1% 0.4% -
XYZ 11.81 11.63 13.68 -
YUV 96.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 103 93 100 0 0.10 0.03 0.60 318 0.05 0.38
Hex 67 5D 64 0 A 3 3C 13E 5 26
Octal 147 135 144 0 12 3 74 476 5 46
Binary 1100111 1011101 1100100 0 1010 11 111100 100111110 101 100110

Color Harmonies of #675D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D64

Black with #675D64

Text Example


Text Example

White with #675D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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