Html Css Color HEX #6B4A4D Tosca

📋 copy color: '#6B4A4D'

red 107 ◦ green 74 ◦ blue 77

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

Shades of Tosca #6B4A4D

Tints of Tosca #6B4A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 41.47%
G = 28.68%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6B4A4D (or 0x6B4A4D) is known color: Tosca. HEX triplet: 6B, 4A and 4D. RGB value is (107,74,77). Sum of RGB (Red+Green+Blue) = 107+74+77=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A4D is #94B5B2. Grayscale: #545454. Windows color (decimal): -9745843 or 5065323. OLE color: 5065323.

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

Color convert

RGB 107 74 77 -
CMYK 0 0.31 0.28 0.58
HSL 354.55º 0.18% 0.35% -
HSV(B) 354.55º 0.31% 0.42% -
XYZ 9.85 8.56 8.15 -
YUV 84.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 107 74 77 0 0.31 0.28 0.58 354.55 0.18 0.35
Hex 6B 4A 4D 0 1F 1C 3A 163 12 23
Octal 153 112 115 0 37 34 72 543 22 43
Binary 1101011 1001010 1001101 0 11111 11100 111010 101100011 10010 100011

Color Harmonies of #6B4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A4D

Black with #6B4A4D

Text Example


Text Example

White with #6B4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,77); }

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

background-color css

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

 a { background-color: rgb(107,74,77); }

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

border-color css

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

 span { border-color: rgb(107,74,77); }

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