Html Css Color HEX #67484A Tosca

📋 copy color: '#67484A'

red 103 ◦ green 72 ◦ blue 74

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

Shades of Tosca #67484A

Tints of Tosca #67484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 41.37%
G = 28.92%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#67484A (or 0x67484A) is known color: Tosca. HEX triplet: 67, 48 and 4A. RGB value is (103,72,74). Sum of RGB (Red+Green+Blue) = 103+72+74=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #67484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67484A is #98B7B5. Grayscale: #515151. Windows color (decimal): -10008502 or 4868199. OLE color: 4868199.

HSL color Cylindrical-coordinate representation of color #67484A: hue angle of 356.13º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67484A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 72 74 -
CMYK 0 0.30 0.28 0.60
HSL 356.13º 0.18% 0.34% -
HSV(B) 356.13º 0.3% 0.4% -
XYZ 9.15 8.01 7.54 -
YUV 81.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 103 72 74 0 0.30 0.28 0.60 356.13 0.18 0.34
Hex 67 48 4A 0 1E 1C 3C 164 12 22
Octal 147 110 112 0 36 34 74 544 22 42
Binary 1100111 1001000 1001010 0 11110 11100 111100 101100100 10010 100010

Color Harmonies of #67484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67484A

Black with #67484A

Text Example


Text Example

White with #67484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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