Html Css Color HEX #683E42 Tosca

📋 copy color: '#683E42'

red 104 ◦ green 62 ◦ blue 66

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

Shades of Tosca #683E42

Tints of Tosca #683E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.72%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 44.83%
G = 26.72%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#683E42 (or 0x683E42) is known color: Tosca. HEX triplet: 68, 3E and 42. RGB value is (104,62,66). Sum of RGB (Red+Green+Blue) = 104+62+66=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #683E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E42 is #97C1BD. Grayscale: #4B4B4B. Windows color (decimal): -9945534 or 4341352. OLE color: 4341352.

HSL color Cylindrical-coordinate representation of color #683E42: hue angle of 354.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 #683E42 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 62 66 -
CMYK 0 0.40 0.37 0.59
HSL 354.29º 0.25% 0.33% -
HSV(B) 354.29º 0.4% 0.41% -
XYZ 8.41 6.78 6.02 -
YUV 75.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 104 62 66 0 0.40 0.37 0.59 354.29 0.25 0.33
Hex 68 3E 42 0 28 25 3B 162 19 21
Octal 150 76 102 0 50 45 73 542 31 41
Binary 1101000 111110 1000010 0 101000 100101 111011 101100010 11001 100001

Color Harmonies of #683E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E42

Black with #683E42

Text Example


Text Example

White with #683E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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