Html Css Color HEX #683F45 Tosca

📋 copy color: '#683F45'

red 104 ◦ green 63 ◦ blue 69

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

Shades of Tosca #683F45

Tints of Tosca #683F45

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 44.07%
G = 26.69%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#683F45 (or 0x683F45) is known color: Tosca. HEX triplet: 68, 3F and 45. RGB value is (104,63,69). Sum of RGB (Red+Green+Blue) = 104+63+69=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #683F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F45 is #97C0BA. Grayscale: #4B4B4B. Windows color (decimal): -9945275 or 4538216. OLE color: 4538216.

HSL color Cylindrical-coordinate representation of color #683F45: hue angle of 351.22º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F45 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 63 69 -
CMYK 0 0.39 0.34 0.59
HSL 351.22º 0.25% 0.33% -
HSV(B) 351.22º 0.39% 0.41% -
XYZ 8.56 6.93 6.52 -
YUV 75.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 104 63 69 0 0.39 0.34 0.59 351.22 0.25 0.33
Hex 68 3F 45 0 27 22 3B 15F 19 21
Octal 150 77 105 0 47 42 73 537 31 41
Binary 1101000 111111 1000101 0 100111 100010 111011 101011111 11001 100001

Color Harmonies of #683F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F45

Black with #683F45

Text Example


Text Example

White with #683F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,63,69); }

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

background-color css

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

 a { background-color: rgb(104,63,69); }

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

border-color css

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

 span { border-color: rgb(104,63,69); }

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