Html Css Color HEX #674D42 Spice

📋 copy color: '#674D42'

red 103 ◦ green 77 ◦ blue 66

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

Shades of Spice #674D42

Tints of Spice #674D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 41.87%
G = 31.3%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#674D42 (or 0x674D42) is known color: Spice. HEX triplet: 67, 4D and 42. RGB value is (103,77,66). Sum of RGB (Red+Green+Blue) = 103+77+66=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #674D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D42 is #98B2BD. Grayscale: #535353. Windows color (decimal): -10007230 or 4345191. OLE color: 4345191.

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

Color convert

RGB 103 77 66 -
CMYK 0 0.25 0.36 0.60
HSL 17.84º 0.22% 0.33% -
HSV(B) 17.84º 0.36% 0.4% -
XYZ 9.23 8.58 6.32 -
YUV 83.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 103 77 66 0 0.25 0.36 0.60 17.84 0.22 0.33
Hex 67 4D 42 0 19 24 3C 12 16 21
Octal 147 115 102 0 31 44 74 22 26 41
Binary 1100111 1001101 1000010 0 11001 100100 111100 10010 10110 100001

Color Harmonies of #674D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D42

Black with #674D42

Text Example


Text Example

White with #674D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,66); }

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

background-color css

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

 a { background-color: rgb(103,77,66); }

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

border-color css

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

 span { border-color: rgb(103,77,66); }

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