Html Css Color HEX #614244 Tosca

📋 copy color: '#614244'

red 97 ◦ green 66 ◦ blue 68

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

Shades of Tosca #614244

Tints of Tosca #614244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 41.99%
G = 28.57%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#614244 (or 0x614244) is known color: Tosca. HEX triplet: 61, 42 and 44. RGB value is (97,66,68). Sum of RGB (Red+Green+Blue) = 97+66+68=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614244 is #9EBDBB. Grayscale: #4B4B4B. Windows color (decimal): -10403260 or 4473441. OLE color: 4473441.

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

Color convert

RGB 97 66 68 -
CMYK 0 0.32 0.30 0.62
HSL 356.13º 0.19% 0.32% -
HSV(B) 356.13º 0.32% 0.38% -
XYZ 7.92 6.86 6.37 -
YUV 75.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 97 66 68 0 0.32 0.30 0.62 356.13 0.19 0.32
Hex 61 42 44 0 20 1E 3E 164 13 20
Octal 141 102 104 0 40 36 76 544 23 40
Binary 1100001 1000010 1000100 0 100000 11110 111110 101100100 10011 100000

Color Harmonies of #614244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614244

Black with #614244

Text Example


Text Example

White with #614244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614244; }

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

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

background-color css

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

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

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

border-color css

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

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

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