Html Css Color HEX #68503A Spice

📋 copy color: '#68503A'

red 104 ◦ green 80 ◦ blue 58

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

Shades of Spice #68503A

Tints of Spice #68503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 42.98%
G = 33.06%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68503A (or 0x68503A) is known color: Spice. HEX triplet: 68, 50 and 3A. RGB value is (104,80,58). Sum of RGB (Red+Green+Blue) = 104+80+58=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #68503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503A is #97AFC5. Grayscale: #545454. Windows color (decimal): -9940934 or 3821672. OLE color: 3821672.

HSL color Cylindrical-coordinate representation of color #68503A: hue angle of 28.7º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68503A is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 58 -
CMYK 0 0.23 0.44 0.59
HSL 28.7º 0.28% 0.32% -
HSV(B) 28.7º 0.44% 0.41% -
XYZ 9.34 8.99 5.25 -
YUV 84.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 104 80 58 0 0.23 0.44 0.59 28.7 0.28 0.32
Hex 68 50 3A 0 17 2C 3B 1D 1C 20
Octal 150 120 72 0 27 54 73 35 34 40
Binary 1101000 1010000 111010 0 10111 101100 111011 11101 11100 100000

Color Harmonies of #68503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68503A

Black with #68503A

Text Example


Text Example

White with #68503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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