Html Css Color HEX #674E44 Spice

📋 copy color: '#674E44'

red 103 ◦ green 78 ◦ blue 68

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

Shades of Spice #674E44

Tints of Spice #674E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.33%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 41.37%
G = 31.33%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#674E44 (or 0x674E44) is known color: Spice. HEX triplet: 67, 4E and 44. RGB value is (103,78,68). Sum of RGB (Red+Green+Blue) = 103+78+68=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #674E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E44 is #98B1BB. Grayscale: #545454. Windows color (decimal): -10006972 or 4476519. OLE color: 4476519.

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

Color convert

RGB 103 78 68 -
CMYK 0 0.24 0.34 0.60
HSL 17.14º 0.2% 0.34% -
HSV(B) 17.14º 0.34% 0.4% -
XYZ 9.36 8.75 6.66 -
YUV 84.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 103 78 68 0 0.24 0.34 0.60 17.14 0.2 0.34
Hex 67 4E 44 0 18 22 3C 11 14 22
Octal 147 116 104 0 30 42 74 21 24 42
Binary 1100111 1001110 1000100 0 11000 100010 111100 10001 10100 100010

Color Harmonies of #674E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674E44

Black with #674E44

Text Example


Text Example

White with #674E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,78,68); }

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

background-color css

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

 a { background-color: rgb(103,78,68); }

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

border-color css

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

 span { border-color: rgb(103,78,68); }

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