Html Css Color HEX #614142 Tosca

📋 copy color: '#614142'

red 97 ◦ green 65 ◦ blue 66

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

Shades of Tosca #614142

Tints of Tosca #614142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 42.54%
G = 28.51%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#614142 (or 0x614142) is known color: Tosca. HEX triplet: 61, 41 and 42. RGB value is (97,65,66). Sum of RGB (Red+Green+Blue) = 97+65+66=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614142 is #9EBEBD. Grayscale: #4A4A4A. Windows color (decimal): -10403518 or 4342113. OLE color: 4342113.

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

Color convert

RGB 97 65 66 -
CMYK 0 0.33 0.32 0.62
HSL 358.13º 0.2% 0.32% -
HSV(B) 358.13º 0.33% 0.38% -
XYZ 7.8 6.72 6.04 -
YUV 74.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 97 65 66 0 0.33 0.32 0.62 358.13 0.2 0.32
Hex 61 41 42 0 21 20 3E 166 14 20
Octal 141 101 102 0 41 40 76 546 24 40
Binary 1100001 1000001 1000010 0 100001 100000 111110 101100110 10100 100000

Color Harmonies of #614142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614142

Black with #614142

Text Example


Text Example

White with #614142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614142; }

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

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

background-color css

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

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

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

border-color css

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

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

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