Html Css Color HEX #604041 Tosca

📋 copy color: '#604041'

red 96 ◦ green 64 ◦ blue 65

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

Shades of Tosca #604041

Tints of Tosca #604041

RGB

 RED value IS 96 (37.89% from 255) = 42.67%

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

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 42.67%
G = 28.44%
B = 28.89%

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

#604041 (or 0x604041) is known color: Tosca. HEX triplet: 60, 40 and 41. RGB value is (96,64,65). Sum of RGB (Red+Green+Blue) = 96+64+65=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604041 is #9FBFBE. Grayscale: #494949. Windows color (decimal): -10469311 or 4276320. OLE color: 4276320.

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

Color convert

RGB 96 64 65 -
CMYK 0 0.33 0.32 0.62
HSL 358.13º 0.2% 0.31% -
HSV(B) 358.13º 0.33% 0.38% -
XYZ 7.61 6.54 5.86 -
YUV 73.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 96 64 65 0 0.33 0.32 0.62 358.13 0.2 0.31
Hex 60 40 41 0 21 20 3E 166 14 1F
Octal 140 100 101 0 41 40 76 546 24 37
Binary 1100000 1000000 1000001 0 100001 100000 111110 101100110 10100 11111

Color Harmonies of #604041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604041

Black with #604041

Text Example


Text Example

White with #604041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604041; }

 p { color: rgb(96,64,65); }

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

background-color css

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

 a { background-color: rgb(96,64,65); }

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

border-color css

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

 span { border-color: rgb(96,64,65); }

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