Html Css Color HEX #68503D Spice

📋 copy color: '#68503D'

red 104 ◦ green 80 ◦ blue 61

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

Shades of Spice #68503D

Tints of Spice #68503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

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

R = 42.45%
G = 32.65%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68503D (or 0x68503D) is known color: Spice. HEX triplet: 68, 50 and 3D. RGB value is (104,80,61). Sum of RGB (Red+Green+Blue) = 104+80+61=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503D is #97AFC2. Grayscale: #555555. Windows color (decimal): -9940931 or 4018280. OLE color: 4018280.

HSL color Cylindrical-coordinate representation of color #68503D: hue angle of 26.51º 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 #68503D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 61 -
CMYK 0 0.23 0.41 0.59
HSL 26.51º 0.26% 0.32% -
HSV(B) 26.51º 0.41% 0.41% -
XYZ 9.42 9.02 5.66 -
YUV 85.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 104 80 61 0 0.23 0.41 0.59 26.51 0.26 0.32
Hex 68 50 3D 0 17 29 3B 1B 1A 20
Octal 150 120 75 0 27 51 73 33 32 40
Binary 1101000 1010000 111101 0 10111 101001 111011 11011 11010 100000

Color Harmonies of #68503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68503D

Black with #68503D

Text Example


Text Example

White with #68503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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