Html Css Color HEX #68493C Spice

📋 copy color: '#68493C'

red 104 ◦ green 73 ◦ blue 60

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

Shades of Spice #68493C

Tints of Spice #68493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 43.88%
G = 30.8%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68493C (or 0x68493C) is known color: Spice. HEX triplet: 68, 49 and 3C. RGB value is (104,73,60). Sum of RGB (Red+Green+Blue) = 104+73+60=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493C is #97B6C3. Grayscale: #505050. Windows color (decimal): -9942724 or 3950952. OLE color: 3950952.

HSL color Cylindrical-coordinate representation of color #68493C: hue angle of 17.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68493C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 60 -
CMYK 0 0.30 0.42 0.59
HSL 17.73º 0.27% 0.32% -
HSV(B) 17.73º 0.42% 0.41% -
XYZ 8.91 8.03 5.36 -
YUV 80.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 104 73 60 0 0.30 0.42 0.59 17.73 0.27 0.32
Hex 68 49 3C 0 1E 2A 3B 12 1B 20
Octal 150 111 74 0 36 52 73 22 33 40
Binary 1101000 1001001 111100 0 11110 101010 111011 10010 11011 100000

Color Harmonies of #68493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68493C

Black with #68493C

Text Example


Text Example

White with #68493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68493C; }

 p { color: rgb(104,73,60); }

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

background-color css

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

 a { background-color: rgb(104,73,60); }

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

border-color css

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

 span { border-color: rgb(104,73,60); }

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