Html Css Color HEX #674F46 Spice

📋 copy color: '#674F46'

red 103 ◦ green 79 ◦ blue 70

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

Shades of Spice #674F46

Tints of Spice #674F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 40.87%
G = 31.35%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#674F46 (or 0x674F46) is known color: Spice. HEX triplet: 67, 4F and 46. RGB value is (103,79,70). Sum of RGB (Red+Green+Blue) = 103+79+70=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #674F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F46 is #98B0B9. Grayscale: #555555. Windows color (decimal): -10006714 or 4607847. OLE color: 4607847.

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

Color convert

RGB 103 79 70 -
CMYK 0 0.23 0.32 0.60
HSL 16.36º 0.19% 0.34% -
HSV(B) 16.36º 0.32% 0.4% -
XYZ 9.49 8.92 7.02 -
YUV 85.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 103 79 70 0 0.23 0.32 0.60 16.36 0.19 0.34
Hex 67 4F 46 0 17 20 3C 10 13 22
Octal 147 117 106 0 27 40 74 20 23 42
Binary 1100111 1001111 1000110 0 10111 100000 111100 10000 10011 100010

Color Harmonies of #674F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F46

Black with #674F46

Text Example


Text Example

White with #674F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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