Html Css Color HEX #67464A Tosca

📋 copy color: '#67464A'

red 103 ◦ green 70 ◦ blue 74

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

Shades of Tosca #67464A

Tints of Tosca #67464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 41.7%
G = 28.34%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#67464A (or 0x67464A) is known color: Tosca. HEX triplet: 67, 46 and 4A. RGB value is (103,70,74). Sum of RGB (Red+Green+Blue) = 103+70+74=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #67464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67464A is #98B9B5. Grayscale: #505050. Windows color (decimal): -10009014 or 4867687. OLE color: 4867687.

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

Color convert

RGB 103 70 74 -
CMYK 0 0.32 0.28 0.60
HSL 352.73º 0.19% 0.34% -
HSV(B) 352.73º 0.32% 0.4% -
XYZ 9.02 7.76 7.5 -
YUV 80.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 103 70 74 0 0.32 0.28 0.60 352.73 0.19 0.34
Hex 67 46 4A 0 20 1C 3C 161 13 22
Octal 147 106 112 0 40 34 74 541 23 42
Binary 1100111 1000110 1001010 0 100000 11100 111100 101100001 10011 100010

Color Harmonies of #67464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67464A

Black with #67464A

Text Example


Text Example

White with #67464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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