Html Css Color HEX #674A62 Salt Box

📋 copy color: '#674A62'

red 103 ◦ green 74 ◦ blue 98

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

Shades of Salt Box #674A62

Tints of Salt Box #674A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 37.45%
G = 26.91%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#674A62 (or 0x674A62) is known color: Salt Box. HEX triplet: 67, 4A and 62. RGB value is (103,74,98). Sum of RGB (Red+Green+Blue) = 103+74+98=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #674A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A62 is #98B59D. Grayscale: #555555. Windows color (decimal): -10007966 or 6441575. OLE color: 6441575.

HSL color Cylindrical-coordinate representation of color #674A62: hue angle of 310.34º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A62 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 74 98 -
CMYK 0 0.28 0.05 0.60
HSL 310.34º 0.16% 0.35% -
HSV(B) 310.34º 0.28% 0.4% -
XYZ 10.25 8.66 12.69 -
YUV 85.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 103 74 98 0 0.28 0.05 0.60 310.34 0.16 0.35
Hex 67 4A 62 0 1C 5 3C 136 10 23
Octal 147 112 142 0 34 5 74 466 20 43
Binary 1100111 1001010 1100010 0 11100 101 111100 100110110 10000 100011

Color Harmonies of #674A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A62

Black with #674A62

Text Example


Text Example

White with #674A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674A62; }

 p { color: rgb(103,74,98); }

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

background-color css

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

 a { background-color: rgb(103,74,98); }

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

border-color css

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

 span { border-color: rgb(103,74,98); }

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