Html Css Color HEX #6D484B Tosca

📋 copy color: '#6D484B'

red 109 ◦ green 72 ◦ blue 75

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

Shades of Tosca #6D484B

Tints of Tosca #6D484B

RGB

 RED value IS 109 (42.97% from 255) = 42.58%

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 42.58%
G = 28.13%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D484B (or 0x6D484B) is known color: Tosca. HEX triplet: 6D, 48 and 4B. RGB value is (109,72,75). Sum of RGB (Red+Green+Blue) = 109+72+75=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D484B is #92B7B4. Grayscale: #535353. Windows color (decimal): -9615285 or 4933741. OLE color: 4933741.

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

Color convert

RGB 109 72 75 -
CMYK 0 0.34 0.31 0.57
HSL 355.14º 0.2% 0.35% -
HSV(B) 355.14º 0.34% 0.43% -
XYZ 9.89 8.39 7.76 -
YUV 83.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 109 72 75 0 0.34 0.31 0.57 355.14 0.2 0.35
Hex 6D 48 4B 0 22 1F 39 163 14 23
Octal 155 110 113 0 42 37 71 543 24 43
Binary 1101101 1001000 1001011 0 100010 11111 111001 101100011 10100 100011

Color Harmonies of #6D484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D484B

Black with #6D484B

Text Example


Text Example

White with #6D484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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