#674D43

Color #674D43 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #674D43

Tints of Spice #674D43

Color information

#674D43 (or 0x674D43) is unknown color: approx Spice. HEX triplet: 67, 4D and 43. RGB value is (103,77,67). Sum of RGB (Red+Green+Blue) = 103+77+67=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #674D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D43 is #98B2BC. Grayscale: #535353. Windows color (decimal): -10007229 or 4410727. OLE color: 4410727.

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

Color convert

RGB1037767-
CMYK00.250.350.60
HSL16.67º21.18%33.33%-
HSV(B)16.67º34.95%40.39%-
XYZ9.268.66.48-
YUV83.63118.61141.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=41.70%
G=31.17%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103776700.250.350.6016.6721.1833.33
Hex674D43019233C111521
Octal1471151030314374212541
Binary1100111100110110000110110011000111111001000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,77,67); }

 H1.HeaderClassName
 {
   color: #674D43;
 }
 .AnyTagClassName
 {
   color: #674D43;
 }
</style>
background-color css

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

 a { background-color: rgb(103,77,67); }

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

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

 span { border-color: rgb(103,77,67); }

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