Html Css Color HEX #6C4445 Tosca

📋 copy color: '#6C4445'

red 108 ◦ green 68 ◦ blue 69

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

Shades of Tosca #6C4445

Tints of Tosca #6C4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 44.08%
G = 27.76%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6C4445 (or 0x6C4445) is known color: Tosca. HEX triplet: 6C, 44 and 45. RGB value is (108,68,69). Sum of RGB (Red+Green+Blue) = 108+68+69=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4445 is #93BBBA. Grayscale: #505050. Windows color (decimal): -9681851 or 4539500. OLE color: 4539500.

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

Color convert

RGB 108 68 69 -
CMYK 0 0.37 0.36 0.58
HSL 358.5º 0.23% 0.35% -
HSV(B) 358.5º 0.37% 0.42% -
XYZ 9.33 7.75 6.64 -
YUV 80.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 108 68 69 0 0.37 0.36 0.58 358.5 0.23 0.35
Hex 6C 44 45 0 25 24 3A 166 17 23
Octal 154 104 105 0 45 44 72 546 27 43
Binary 1101100 1000100 1000101 0 100101 100100 111010 101100110 10111 100011

Color Harmonies of #6C4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4445

Black with #6C4445

Text Example


Text Example

White with #6C4445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,69); }

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

background-color css

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

 a { background-color: rgb(108,68,69); }

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

border-color css

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

 span { border-color: rgb(108,68,69); }

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