#6D434B

Color #6D434B Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #6D434B

Tints of Tosca #6D434B

Color information

#6D434B (or 0x6D434B) is unknown color: approx Tosca. HEX triplet: 6D, 43 and 4B. RGB value is (109,67,75). Sum of RGB (Red+Green+Blue) = 109+67+75=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D434B is #92BCB4. Grayscale: #505050. Windows color (decimal): -9616565 or 4932461. OLE color: 4932461.

HSL color Cylindrical-coordinate representation of color #6D434B: hue angle of 348.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D434B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1096775-
CMYK00.390.310.57
HSL348.57º23.86%34.51%-
HSV(B)348.57º38.53%42.75%-
XYZ9.587.777.65-
YUV80.47124.91148.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=43.43%
G=26.69%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109677500.390.310.57348.5723.8634.51
Hex6D434B0271F3915d1823
Octal15510311304737715353043
Binary11011011000011100101101001111111111100110101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,67,75); }

 H1.HeaderClassName
 {
   color: #6D434B;
 }
 .AnyTagClassName
 {
   color: #6D434B;
 }
</style>
background-color css

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

 a { background-color: rgb(109,67,75); }

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

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

 span { border-color: rgb(109,67,75); }

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