#674F43

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

Shades of Spice #674F43

Tints of Spice #674F43

Color information

#674F43 (or 0x674F43) is unknown color: approx Spice. HEX triplet: 67, 4F and 43. RGB value is (103,79,67). Sum of RGB (Red+Green+Blue) = 103+79+67=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #674F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F43 is #98B0BC. Grayscale: #545454. Windows color (decimal): -10006717 or 4411239. OLE color: 4411239.

HSL color Cylindrical-coordinate representation of color #674F43: hue angle of 20º 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 #674F43 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1037967-
CMYK00.230.350.60
HSL20º21.18%33.33%-
HSV(B)20º34.95%40.39%-
XYZ9.48.886.53-
YUV84.81117.95140.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.37%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=41.37%
G=31.73%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103796700.230.350.602021.1833.33
Hex674F43017233C141521
Octal1471171030274374242541
Binary1100111100111110000110101111000111111001010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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