Html Css Color HEX #6C464C Tosca

📋 copy color: '#6C464C'

red 108 ◦ green 70 ◦ blue 76

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

Shades of Tosca #6C464C

Tints of Tosca #6C464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 42.52%
G = 27.56%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C464C (or 0x6C464C) is known color: Tosca. HEX triplet: 6C, 46 and 4C. RGB value is (108,70,76). Sum of RGB (Red+Green+Blue) = 108+70+76=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C464C is #93B9B3. Grayscale: #525252. Windows color (decimal): -9681332 or 4998764. OLE color: 4998764.

HSL color Cylindrical-coordinate representation of color #6C464C: hue angle of 350.53º 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 #6C464C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 70 76 -
CMYK 0 0.35 0.30 0.58
HSL 350.53º 0.21% 0.35% -
HSV(B) 350.53º 0.35% 0.42% -
XYZ 9.68 8.09 7.89 -
YUV 82.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 108 70 76 0 0.35 0.30 0.58 350.53 0.21 0.35
Hex 6C 46 4C 0 23 1E 3A 15F 15 23
Octal 154 106 114 0 43 36 72 537 25 43
Binary 1101100 1000110 1001100 0 100011 11110 111010 101011111 10101 100011

Color Harmonies of #6C464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C464C

Black with #6C464C

Text Example


Text Example

White with #6C464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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