Html Css Color HEX #68493D Spice

📋 copy color: '#68493D'

red 104 ◦ green 73 ◦ blue 61

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

Shades of Spice #68493D

Tints of Spice #68493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 43.7%
G = 30.67%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68493D (or 0x68493D) is known color: Spice. HEX triplet: 68, 49 and 3D. RGB value is (104,73,61). Sum of RGB (Red+Green+Blue) = 104+73+61=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493D is #97B6C2. Grayscale: #505050. Windows color (decimal): -9942723 or 4016488. OLE color: 4016488.

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

Color convert

RGB 104 73 61 -
CMYK 0 0.30 0.41 0.59
HSL 16.74º 0.26% 0.32% -
HSV(B) 16.74º 0.41% 0.41% -
XYZ 8.93 8.05 5.5 -
YUV 80.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 104 73 61 0 0.30 0.41 0.59 16.74 0.26 0.32
Hex 68 49 3D 0 1E 29 3B 11 1A 20
Octal 150 111 75 0 36 51 73 21 32 40
Binary 1101000 1001001 111101 0 11110 101001 111011 10001 11010 100000

Color Harmonies of #68493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68493D

Black with #68493D

Text Example


Text Example

White with #68493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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