Html Css Color HEX #674F40 Spice

📋 copy color: '#674F40'

red 103 ◦ green 79 ◦ blue 64

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

Shades of Spice #674F40

Tints of Spice #674F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 41.87%
G = 32.11%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#674F40 (or 0x674F40) is known color: Spice. HEX triplet: 67, 4F and 40. RGB value is (103,79,64). Sum of RGB (Red+Green+Blue) = 103+79+64=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #674F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F40 is #98B0BF. Grayscale: #545454. Windows color (decimal): -10006720 or 4214631. OLE color: 4214631.

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

Color convert

RGB 103 79 64 -
CMYK 0 0.23 0.38 0.60
HSL 23.08º 0.23% 0.33% -
HSV(B) 23.08º 0.38% 0.4% -
XYZ 9.31 8.85 6.07 -
YUV 84.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 103 79 64 0 0.23 0.38 0.60 23.08 0.23 0.33
Hex 67 4F 40 0 17 26 3C 17 17 21
Octal 147 117 100 0 27 46 74 27 27 41
Binary 1100111 1001111 1000000 0 10111 100110 111100 10111 10111 100001

Color Harmonies of #674F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F40

Black with #674F40

Text Example


Text Example

White with #674F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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