Html Css Color HEX #674D43 Spice

📋 copy color: '#674D43'

red 103 ◦ green 77 ◦ blue 67

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

Shades of Spice #674D43

Tints of Spice #674D43

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 41.7%
G = 31.17%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#674D43 (or 0x674D43) is known color: 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

RGB 103 77 67 -
CMYK 0 0.25 0.35 0.60
HSL 16.67º 0.21% 0.33% -
HSV(B) 16.67º 0.35% 0.4% -
XYZ 9.26 8.6 6.48 -
YUV 83.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 103 77 67 0 0.25 0.35 0.60 16.67 0.21 0.33
Hex 67 4D 43 0 19 23 3C 11 15 21
Octal 147 115 103 0 31 43 74 21 25 41
Binary 1100111 1001101 1000011 0 11001 100011 111100 10001 10101 100001

Color Harmonies of #674D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D43

Black with #674D43

Text Example


Text Example

White with #674D43

Text Example


Text Example

HTML Codes & Css Web 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>