Html Css Color HEX #614042 Tosca

📋 copy color: '#614042'

red 97 ◦ green 64 ◦ blue 66

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

Shades of Tosca #614042

Tints of Tosca #614042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 42.73%
G = 28.19%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#614042 (or 0x614042) is known color: Tosca. HEX triplet: 61, 40 and 42. RGB value is (97,64,66). Sum of RGB (Red+Green+Blue) = 97+64+66=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614042 is #9EBFBD. Grayscale: #4A4A4A. Windows color (decimal): -10403774 or 4341857. OLE color: 4341857.

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

Color convert

RGB 97 64 66 -
CMYK 0 0.34 0.32 0.62
HSL 356.36º 0.2% 0.32% -
HSV(B) 356.36º 0.34% 0.38% -
XYZ 7.75 6.6 6.02 -
YUV 74.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 97 64 66 0 0.34 0.32 0.62 356.36 0.2 0.32
Hex 61 40 42 0 22 20 3E 164 14 20
Octal 141 100 102 0 42 40 76 544 24 40
Binary 1100001 1000000 1000010 0 100010 100000 111110 101100100 10100 100000

Color Harmonies of #614042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614042

Black with #614042

Text Example


Text Example

White with #614042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614042; }

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

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

background-color css

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

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

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

border-color css

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

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

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