Html Css Color HEX #68483D Spice

📋 copy color: '#68483D'

red 104 ◦ green 72 ◦ blue 61

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

Shades of Spice #68483D

Tints of Spice #68483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 43.88%
G = 30.38%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68483D (or 0x68483D) is known color: Spice. HEX triplet: 68, 48 and 3D. RGB value is (104,72,61). Sum of RGB (Red+Green+Blue) = 104+72+61=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483D is #97B7C2. Grayscale: #505050. Windows color (decimal): -9942979 or 4016232. OLE color: 4016232.

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

Color convert

RGB 104 72 61 -
CMYK 0 0.31 0.41 0.59
HSL 15.35º 0.26% 0.32% -
HSV(B) 15.35º 0.41% 0.41% -
XYZ 8.87 7.91 5.48 -
YUV 80.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 104 72 61 0 0.31 0.41 0.59 15.35 0.26 0.32
Hex 68 48 3D 0 1F 29 3B F 1A 20
Octal 150 110 75 0 37 51 73 17 32 40
Binary 1101000 1001000 111101 0 11111 101001 111011 1111 11010 100000

Color Harmonies of #68483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68483D

Black with #68483D

Text Example


Text Example

White with #68483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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