Html Css Color HEX #683C3E Tosca

📋 copy color: '#683C3E'

red 104 ◦ green 60 ◦ blue 62

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

Shades of Tosca #683C3E

Tints of Tosca #683C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

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

R = 46.02%
G = 26.55%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#683C3E (or 0x683C3E) is known color: Tosca. HEX triplet: 68, 3C and 3E. RGB value is (104,60,62). Sum of RGB (Red+Green+Blue) = 104+60+62=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #683C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C3E is #97C3C1. Grayscale: #494949. Windows color (decimal): -9946050 or 4078696. OLE color: 4078696.

HSL color Cylindrical-coordinate representation of color #683C3E: hue angle of 357.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #683C3E is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 62 -
CMYK 0 0.42 0.40 0.59
HSL 357.27º 0.27% 0.32% -
HSV(B) 357.27º 0.42% 0.41% -
XYZ 8.19 6.52 5.38 -
YUV 73.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 104 60 62 0 0.42 0.40 0.59 357.27 0.27 0.32
Hex 68 3C 3E 0 2A 28 3B 165 1B 20
Octal 150 74 76 0 52 50 73 545 33 40
Binary 1101000 111100 111110 0 101010 101000 111011 101100101 11011 100000

Color Harmonies of #683C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C3E

Black with #683C3E

Text Example


Text Example

White with #683C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C3E; }

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

 H1.HeaderClassName
 {
   color: #683C3E;
 }
 .AnyTagClassName
 {
   color: #683C3E;
 }
</style>

background-color css

<style>
 a { background-color: #683C3E; }

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

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

border-color css

<style>
 span { border-color: #683C3E; }

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

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