Html Css Color HEX #674142 Tosca

📋 copy color: '#674142'

red 103 ◦ green 65 ◦ blue 66

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

Shades of Tosca #674142

Tints of Tosca #674142

RGB

 RED value IS 103 (40.63% from 255) = 44.02%

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

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

R = 44.02%
G = 27.78%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#674142 (or 0x674142) is known color: Tosca. HEX triplet: 67, 41 and 42. RGB value is (103,65,66). Sum of RGB (Red+Green+Blue) = 103+65+66=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #674142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674142 is #98BEBD. Grayscale: #4C4C4C. Windows color (decimal): -10010302 or 4342119. OLE color: 4342119.

HSL color Cylindrical-coordinate representation of color #674142: hue angle of 358.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674142 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 66 -
CMYK 0 0.37 0.36 0.60
HSL 358.42º 0.23% 0.33% -
HSV(B) 358.42º 0.37% 0.4% -
XYZ 8.47 7.06 6.07 -
YUV 76.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 103 65 66 0 0.37 0.36 0.60 358.42 0.23 0.33
Hex 67 41 42 0 25 24 3C 166 17 21
Octal 147 101 102 0 45 44 74 546 27 41
Binary 1100111 1000001 1000010 0 100101 100100 111100 101100110 10111 100001

Color Harmonies of #674142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674142

Black with #674142

Text Example


Text Example

White with #674142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674142; }

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

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

background-color css

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

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

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

border-color css

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

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

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