Html Css Color HEX #674F42 Spice

📋 copy color: '#674F42'

red 103 ◦ green 79 ◦ blue 66

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

Shades of Spice #674F42

Tints of Spice #674F42

RGB

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

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

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

R = 41.53%
G = 31.85%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#674F42 (or 0x674F42) is known color: Spice. HEX triplet: 67, 4F and 42. RGB value is (103,79,66). Sum of RGB (Red+Green+Blue) = 103+79+66=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #674F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F42 is #98B0BD. Grayscale: #545454. Windows color (decimal): -10006718 or 4345703. OLE color: 4345703.

HSL color Cylindrical-coordinate representation of color #674F42: hue angle of 21.08º 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 #674F42 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 79 66 -
CMYK 0 0.23 0.36 0.60
HSL 21.08º 0.22% 0.33% -
HSV(B) 21.08º 0.36% 0.4% -
XYZ 9.37 8.87 6.37 -
YUV 84.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 103 79 66 0 0.23 0.36 0.60 21.08 0.22 0.33
Hex 67 4F 42 0 17 24 3C 15 16 21
Octal 147 117 102 0 27 44 74 25 26 41
Binary 1100111 1001111 1000010 0 10111 100100 111100 10101 10110 100001

Color Harmonies of #674F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F42

Black with #674F42

Text Example


Text Example

White with #674F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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