Html Css Color HEX #614546 Tosca

📋 copy color: '#614546'

red 97 ◦ green 69 ◦ blue 70

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

Shades of Tosca #614546

Tints of Tosca #614546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 41.1%
G = 29.24%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#614546 (or 0x614546) is known color: Tosca. HEX triplet: 61, 45 and 46. RGB value is (97,69,70). Sum of RGB (Red+Green+Blue) = 97+69+70=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614546 is #9EBAB9. Grayscale: #4D4D4D. Windows color (decimal): -10402490 or 4605281. OLE color: 4605281.

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

Color convert

RGB 97 69 70 -
CMYK 0 0.29 0.28 0.62
HSL 357.86º 0.17% 0.33% -
HSV(B) 357.86º 0.29% 0.38% -
XYZ 8.16 7.24 6.76 -
YUV 77.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 97 69 70 0 0.29 0.28 0.62 357.86 0.17 0.33
Hex 61 45 46 0 1D 1C 3E 166 11 21
Octal 141 105 106 0 35 34 76 546 21 41
Binary 1100001 1000101 1000110 0 11101 11100 111110 101100110 10001 100001

Color Harmonies of #614546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614546

Black with #614546

Text Example


Text Example

White with #614546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614546; }

 p { color: rgb(97,69,70); }

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

background-color css

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

 a { background-color: rgb(97,69,70); }

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

border-color css

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

 span { border-color: rgb(97,69,70); }

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