Html Css Color HEX #6B464C Tosca

📋 copy color: '#6B464C'

red 107 ◦ green 70 ◦ blue 76

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

Shades of Tosca #6B464C

Tints of Tosca #6B464C

RGB

 RED value IS 107 (42.19% from 255) = 42.29%

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

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

R = 42.29%
G = 27.67%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B464C (or 0x6B464C) is known color: Tosca. HEX triplet: 6B, 46 and 4C. RGB value is (107,70,76). Sum of RGB (Red+Green+Blue) = 107+70+76=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B464C is #94B9B3. Grayscale: #515151. Windows color (decimal): -9746868 or 4998763. OLE color: 4998763.

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

Color convert

RGB 107 70 76 -
CMYK 0 0.35 0.29 0.58
HSL 350.27º 0.21% 0.35% -
HSV(B) 350.27º 0.35% 0.42% -
XYZ 9.56 8.03 7.88 -
YUV 81.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 107 70 76 0 0.35 0.29 0.58 350.27 0.21 0.35
Hex 6B 46 4C 0 23 1D 3A 15E 15 23
Octal 153 106 114 0 43 35 72 536 25 43
Binary 1101011 1000110 1001100 0 100011 11101 111010 101011110 10101 100011

Color Harmonies of #6B464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B464C

Black with #6B464C

Text Example


Text Example

White with #6B464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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