Html Css Color HEX #68503E Spice

📋 copy color: '#68503E'

red 104 ◦ green 80 ◦ blue 62

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

Shades of Spice #68503E

Tints of Spice #68503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 42.28%
G = 32.52%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68503E (or 0x68503E) is known color: Spice. HEX triplet: 68, 50 and 3E. RGB value is (104,80,62). Sum of RGB (Red+Green+Blue) = 104+80+62=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503E is #97AFC1. Grayscale: #555555. Windows color (decimal): -9940930 or 4083816. OLE color: 4083816.

HSL color Cylindrical-coordinate representation of color #68503E: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68503E is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 62 -
CMYK 0 0.23 0.40 0.59
HSL 25.71º 0.25% 0.33% -
HSV(B) 25.71º 0.4% 0.41% -
XYZ 9.45 9.03 5.8 -
YUV 85.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 104 80 62 0 0.23 0.40 0.59 25.71 0.25 0.33
Hex 68 50 3E 0 17 28 3B 1A 19 21
Octal 150 120 76 0 27 50 73 32 31 41
Binary 1101000 1010000 111110 0 10111 101000 111011 11010 11001 100001

Color Harmonies of #68503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68503E

Black with #68503E

Text Example


Text Example

White with #68503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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