Html Css Color HEX #675040 Spice

📋 copy color: '#675040'

red 103 ◦ green 80 ◦ blue 64

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

Shades of Spice #675040

Tints of Spice #675040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 41.7%
G = 32.39%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#675040 (or 0x675040) is known color: Spice. HEX triplet: 67, 50 and 40. RGB value is (103,80,64). Sum of RGB (Red+Green+Blue) = 103+80+64=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #675040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675040 is #98AFBF. Grayscale: #555555. Windows color (decimal): -10006464 or 4214887. OLE color: 4214887.

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

Color convert

RGB 103 80 64 -
CMYK 0 0.22 0.38 0.60
HSL 24.62º 0.23% 0.33% -
HSV(B) 24.62º 0.38% 0.4% -
XYZ 9.39 8.99 6.09 -
YUV 85.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 103 80 64 0 0.22 0.38 0.60 24.62 0.23 0.33
Hex 67 50 40 0 16 26 3C 19 17 21
Octal 147 120 100 0 26 46 74 31 27 41
Binary 1100111 1010000 1000000 0 10110 100110 111100 11001 10111 100001

Color Harmonies of #675040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675040

Black with #675040

Text Example


Text Example

White with #675040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675040; }

 p { color: rgb(103,80,64); }

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

background-color css

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

 a { background-color: rgb(103,80,64); }

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

border-color css

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

 span { border-color: rgb(103,80,64); }

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