Html Css Color HEX #68483E Spice

📋 copy color: '#68483E'

red 104 ◦ green 72 ◦ blue 62

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

Shades of Spice #68483E

Tints of Spice #68483E

RGB

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

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

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

R = 43.7%
G = 30.25%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68483E (or 0x68483E) is known color: Spice. HEX triplet: 68, 48 and 3E. RGB value is (104,72,62). Sum of RGB (Red+Green+Blue) = 104+72+62=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483E is #97B7C1. Grayscale: #505050. Windows color (decimal): -9942978 or 4081768. OLE color: 4081768.

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

Color convert

RGB 104 72 62 -
CMYK 0 0.31 0.40 0.59
HSL 14.29º 0.25% 0.33% -
HSV(B) 14.29º 0.4% 0.41% -
XYZ 8.9 7.93 5.62 -
YUV 80.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 104 72 62 0 0.31 0.40 0.59 14.29 0.25 0.33
Hex 68 48 3E 0 1F 28 3B E 19 21
Octal 150 110 76 0 37 50 73 16 31 41
Binary 1101000 1001000 111110 0 11111 101000 111011 1110 11001 100001

Color Harmonies of #68483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68483E

Black with #68483E

Text Example


Text Example

White with #68483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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