Html Css Color HEX #684B41 Spice

📋 copy color: '#684B41'

red 104 ◦ green 75 ◦ blue 65

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

Shades of Spice #684B41

Tints of Spice #684B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 42.62%
G = 30.74%
B = 26.64%

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

#684B41 (or 0x684B41) is known color: Spice. HEX triplet: 68, 4B and 41. RGB value is (104,75,65). Sum of RGB (Red+Green+Blue) = 104+75+65=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #684B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B41 is #97B4BE. Grayscale: #525252. Windows color (decimal): -9942207 or 4279144. OLE color: 4279144.

HSL color Cylindrical-coordinate representation of color #684B41: hue angle of 15.38º degrees, saturation: 0.23, 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 #684B41 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 75 65 -
CMYK 0 0.28 0.38 0.59
HSL 15.38º 0.23% 0.33% -
HSV(B) 15.38º 0.38% 0.41% -
XYZ 9.18 8.36 6.13 -
YUV 82.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 104 75 65 0 0.28 0.38 0.59 15.38 0.23 0.33
Hex 68 4B 41 0 1C 26 3B F 17 21
Octal 150 113 101 0 34 46 73 17 27 41
Binary 1101000 1001011 1000001 0 11100 100110 111011 1111 10111 100001

Color Harmonies of #684B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B41

Black with #684B41

Text Example


Text Example

White with #684B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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