Html Css Color HEX #675360 Salt Box

📋 copy color: '#675360'

red 103 ◦ green 83 ◦ blue 96

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

Shades of Salt Box #675360

Tints of Salt Box #675360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 36.52%
G = 29.43%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#675360 (or 0x675360) is known color: Salt Box. HEX triplet: 67, 53 and 60. RGB value is (103,83,96). Sum of RGB (Red+Green+Blue) = 103+83+96=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #675360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675360 is #98AC9F. Grayscale: #5A5A5A. Windows color (decimal): -10005664 or 6312807. OLE color: 6312807.

HSL color Cylindrical-coordinate representation of color #675360: hue angle of 321º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675360 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 83 96 -
CMYK 0 0.19 0.07 0.60
HSL 321º 0.11% 0.36% -
HSV(B) 321º 0.19% 0.4% -
XYZ 10.8 9.91 12.41 -
YUV 90.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 103 83 96 0 0.19 0.07 0.60 321 0.11 0.36
Hex 67 53 60 0 13 7 3C 141 B 24
Octal 147 123 140 0 23 7 74 501 13 44
Binary 1100111 1010011 1100000 0 10011 111 111100 101000001 1011 100100

Color Harmonies of #675360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675360

Black with #675360

Text Example


Text Example

White with #675360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675360; }

 p { color: rgb(103,83,96); }

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

background-color css

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

 a { background-color: rgb(103,83,96); }

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

border-color css

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

 span { border-color: rgb(103,83,96); }

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