Html Css Color HEX #6C464A Tosca

📋 copy color: '#6C464A'

red 108 ◦ green 70 ◦ blue 74

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

Shades of Tosca #6C464A

Tints of Tosca #6C464A

RGB

 RED value IS 108 (42.58% from 255) = 42.86%

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

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

R = 42.86%
G = 27.78%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C464A (or 0x6C464A) is known color: Tosca. HEX triplet: 6C, 46 and 4A. RGB value is (108,70,74). Sum of RGB (Red+Green+Blue) = 108+70+74=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C464A is #93B9B5. Grayscale: #515151. Windows color (decimal): -9681334 or 4867692. OLE color: 4867692.

HSL color Cylindrical-coordinate representation of color #6C464A: hue angle of 353.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C464A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 70 74 -
CMYK 0 0.35 0.31 0.58
HSL 353.68º 0.21% 0.35% -
HSV(B) 353.68º 0.35% 0.42% -
XYZ 9.61 8.06 7.53 -
YUV 81.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 108 70 74 0 0.35 0.31 0.58 353.68 0.21 0.35
Hex 6C 46 4A 0 23 1F 3A 162 15 23
Octal 154 106 112 0 43 37 72 542 25 43
Binary 1101100 1000110 1001010 0 100011 11111 111010 101100010 10101 100011

Color Harmonies of #6C464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C464A

Black with #6C464A

Text Example


Text Example

White with #6C464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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