Html Css Color HEX #674963 Salt Box

📋 copy color: '#674963'

red 103 ◦ green 73 ◦ blue 99

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

Shades of Salt Box #674963

Tints of Salt Box #674963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 37.45%
G = 26.55%
B = 36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#674963 (or 0x674963) is known color: Salt Box. HEX triplet: 67, 49 and 63. RGB value is (103,73,99). Sum of RGB (Red+Green+Blue) = 103+73+99=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #674963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674963 is #98B69C. Grayscale: #545454. Windows color (decimal): -10008221 or 6506855. OLE color: 6506855.

HSL color Cylindrical-coordinate representation of color #674963: hue angle of 308º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674963 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 73 99 -
CMYK 0 0.29 0.04 0.60
HSL 308º 0.17% 0.35% -
HSV(B) 308º 0.29% 0.4% -
XYZ 10.23 8.55 12.92 -
YUV 84.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 103 73 99 0 0.29 0.04 0.60 308 0.17 0.35
Hex 67 49 63 0 1D 4 3C 134 11 23
Octal 147 111 143 0 35 4 74 464 21 43
Binary 1100111 1001001 1100011 0 11101 100 111100 100110100 10001 100011

Color Harmonies of #674963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674963

Black with #674963

Text Example


Text Example

White with #674963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674963; }

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

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

background-color css

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

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

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

border-color css

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

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

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