Html Css Color HEX #6B4245 Tosca

📋 copy color: '#6B4245'

red 107 ◦ green 66 ◦ blue 69

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

Shades of Tosca #6B4245

Tints of Tosca #6B4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

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

R = 44.21%
G = 27.27%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B4245 (or 0x6B4245) is known color: Tosca. HEX triplet: 6B, 42 and 45. RGB value is (107,66,69). Sum of RGB (Red+Green+Blue) = 107+66+69=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4245 is #94BDBA. Grayscale: #4E4E4E. Windows color (decimal): -9747899 or 4538987. OLE color: 4538987.

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

Color convert

RGB 107 66 69 -
CMYK 0 0.38 0.36 0.58
HSL 355.61º 0.24% 0.34% -
HSV(B) 355.61º 0.38% 0.42% -
XYZ 9.09 7.45 6.59 -
YUV 78.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 107 66 69 0 0.38 0.36 0.58 355.61 0.24 0.34
Hex 6B 42 45 0 26 24 3A 164 18 22
Octal 153 102 105 0 46 44 72 544 30 42
Binary 1101011 1000010 1000101 0 100110 100100 111010 101100100 11000 100010

Color Harmonies of #6B4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4245

Black with #6B4245

Text Example


Text Example

White with #6B4245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,69); }

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

background-color css

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

 a { background-color: rgb(107,66,69); }

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

border-color css

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

 span { border-color: rgb(107,66,69); }

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