Html Css Color HEX #674348 Tosca

📋 copy color: '#674348'

red 103 ◦ green 67 ◦ blue 72

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

Shades of Tosca #674348

Tints of Tosca #674348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.69%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 42.56%
G = 27.69%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#674348 (or 0x674348) is known color: Tosca. HEX triplet: 67, 43 and 48. RGB value is (103,67,72). Sum of RGB (Red+Green+Blue) = 103+67+72=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #674348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674348 is #98BCB7. Grayscale: #4E4E4E. Windows color (decimal): -10009784 or 4735847. OLE color: 4735847.

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

Color convert

RGB 103 67 72 -
CMYK 0 0.35 0.30 0.60
HSL 351.67º 0.21% 0.33% -
HSV(B) 351.67º 0.35% 0.4% -
XYZ 8.77 7.37 7.09 -
YUV 78.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 103 67 72 0 0.35 0.30 0.60 351.67 0.21 0.33
Hex 67 43 48 0 23 1E 3C 160 15 21
Octal 147 103 110 0 43 36 74 540 25 41
Binary 1100111 1000011 1001000 0 100011 11110 111100 101100000 10101 100001

Color Harmonies of #674348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674348

Black with #674348

Text Example


Text Example

White with #674348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674348; }

 p { color: rgb(103,67,72); }

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

background-color css

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

 a { background-color: rgb(103,67,72); }

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

border-color css

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

 span { border-color: rgb(103,67,72); }

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