Html Css Color HEX #684B40 Spice

📋 copy color: '#684B40'

red 104 ◦ green 75 ◦ blue 64

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

Shades of Spice #684B40

Tints of Spice #684B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.86%

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

R = 42.8%
G = 30.86%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#684B40 (or 0x684B40) is known color: Spice. HEX triplet: 68, 4B and 40. RGB value is (104,75,64). Sum of RGB (Red+Green+Blue) = 104+75+64=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B40 is #97B4BF. Grayscale: #525252. Windows color (decimal): -9942208 or 4213608. OLE color: 4213608.

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

Color convert

RGB 104 75 64 -
CMYK 0 0.28 0.38 0.59
HSL 16.5º 0.24% 0.33% -
HSV(B) 16.5º 0.38% 0.41% -
XYZ 9.15 8.35 5.98 -
YUV 82.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 104 75 64 0 0.28 0.38 0.59 16.5 0.24 0.33
Hex 68 4B 40 0 1C 26 3B 10 18 21
Octal 150 113 100 0 34 46 73 20 30 41
Binary 1101000 1001011 1000000 0 11100 100110 111011 10000 11000 100001

Color Harmonies of #684B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B40

Black with #684B40

Text Example


Text Example

White with #684B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,64); }

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

background-color css

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

 a { background-color: rgb(104,75,64); }

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

border-color css

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

 span { border-color: rgb(104,75,64); }

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