Html Css Color HEX #684F3E Spice

📋 copy color: '#684F3E'

red 104 ◦ green 79 ◦ blue 62

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

Shades of Spice #684F3E

Tints of Spice #684F3E

RGB

 RED value IS 104 (41.02% from 255) = 42.45%

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

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 42.45%
G = 32.24%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#684F3E (or 0x684F3E) is known color: Spice. HEX triplet: 68, 4F and 3E. RGB value is (104,79,62). Sum of RGB (Red+Green+Blue) = 104+79+62=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F3E is #97B0C1. Grayscale: #545454. Windows color (decimal): -9941186 or 4083560. OLE color: 4083560.

HSL color Cylindrical-coordinate representation of color #684F3E: hue angle of 24.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684F3E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 62 -
CMYK 0 0.24 0.40 0.59
HSL 24.29º 0.25% 0.33% -
HSV(B) 24.29º 0.4% 0.41% -
XYZ 9.37 8.88 5.78 -
YUV 84.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 104 79 62 0 0.24 0.40 0.59 24.29 0.25 0.33
Hex 68 4F 3E 0 18 28 3B 18 19 21
Octal 150 117 76 0 30 50 73 30 31 41
Binary 1101000 1001111 111110 0 11000 101000 111011 11000 11001 100001

Color Harmonies of #684F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F3E

Black with #684F3E

Text Example


Text Example

White with #684F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684F3E; }

 p { color: rgb(104,79,62); }

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

background-color css

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

 a { background-color: rgb(104,79,62); }

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

border-color css

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

 span { border-color: rgb(104,79,62); }

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