Html Css Color HEX #6D7345 Siam

📋 copy color: '#6D7345'

red 109 ◦ green 115 ◦ blue 69

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

Shades of Siam #6D7345

Tints of Siam #6D7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

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

R = 37.2%
G = 39.25%
B = 23.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#6D7345 (or 0x6D7345) is known color: Siam. HEX triplet: 6D, 73 and 45. RGB value is (109,115,69). Sum of RGB (Red+Green+Blue) = 109+115+69=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7345 is #928CBA. Grayscale: #6C6C6C. Windows color (decimal): -9604283 or 4551533. OLE color: 4551533.

HSL color Cylindrical-coordinate representation of color #6D7345: hue angle of 67.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D7345 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 115 69 -
CMYK 0.05 0 0.4 0.55
HSL 67.83º 0.25% 0.36% -
HSV(B) 67.83º 0.4% 0.45% -
XYZ 13.51 15.94 8 -
YUV 107.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 109 115 69 0.05 0 0.4 0.55 67.83 0.25 0.36
Hex 6D 73 45 5 0 28 37 44 19 24
Octal 155 163 105 5 0 50 67 104 31 44
Binary 1101101 1110011 1000101 101 0 101000 110111 1000100 11001 100100

Color Harmonies of #6D7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7345

Black with #6D7345

Text Example


Text Example

White with #6D7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,115,69); }

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

background-color css

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

 a { background-color: rgb(109,115,69); }

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

border-color css

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

 span { border-color: rgb(109,115,69); }

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