Html Css Color HEX #613E42 Tosca

📋 copy color: '#613E42'

red 97 ◦ green 62 ◦ blue 66

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

Shades of Tosca #613E42

Tints of Tosca #613E42

RGB

 RED value IS 97 (38.28% from 255) = 43.11%

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

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

R = 43.11%
G = 27.56%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613E42 (or 0x613E42) is known color: Tosca. HEX triplet: 61, 3E and 42. RGB value is (97,62,66). Sum of RGB (Red+Green+Blue) = 97+62+66=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #613E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E42 is #9EC1BD. Grayscale: #484848. Windows color (decimal): -10404286 or 4341345. OLE color: 4341345.

HSL color Cylindrical-coordinate representation of color #613E42: hue angle of 353.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E42 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 62 66 -
CMYK 0 0.36 0.32 0.62
HSL 353.14º 0.22% 0.31% -
HSV(B) 353.14º 0.36% 0.38% -
XYZ 7.64 6.38 5.98 -
YUV 72.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 97 62 66 0 0.36 0.32 0.62 353.14 0.22 0.31
Hex 61 3E 42 0 24 20 3E 161 16 1F
Octal 141 76 102 0 44 40 76 541 26 37
Binary 1100001 111110 1000010 0 100100 100000 111110 101100001 10110 11111

Color Harmonies of #613E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E42

Black with #613E42

Text Example


Text Example

White with #613E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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