#674A3C

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

Shades of Spice #674A3C

Tints of Spice #674A3C

Color information

#674A3C (or 0x674A3C) is unknown color: approx Spice. HEX triplet: 67, 4A and 3C. RGB value is (103,74,60). Sum of RGB (Red+Green+Blue) = 103+74+60=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #674A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A3C is #98B5C3. Grayscale: #515151. Windows color (decimal): -10008004 or 3951207. OLE color: 3951207.

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

Color convert

RGB1037460-
CMYK00.280.420.60
HSL19.53º26.38%31.96%-
HSV(B)19.53º41.75%40.39%-
XYZ8.868.115.37-
YUV81.07116.11143.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=43.46%
G=31.22%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103746000.280.420.6019.5326.3831.96
Hex674A3C01C2A3C141a20
Octal147112740345274243240
Binary110011110010101111000111001010101111001010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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