Html Css Color HEX #6D7245 Siam

📋 copy color: '#6D7245'

red 109 ◦ green 114 ◦ blue 69

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

Shades of Siam #6D7245

Tints of Siam #6D7245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

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

R = 37.33%
G = 39.04%
B = 23.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#6D7245 (or 0x6D7245) is known color: Siam. HEX triplet: 6D, 72 and 45. RGB value is (109,114,69). Sum of RGB (Red+Green+Blue) = 109+114+69=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7245 is #928DBA. Grayscale: #6B6B6B. Windows color (decimal): -9604539 or 4551277. OLE color: 4551277.

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

Color convert

RGB 109 114 69 -
CMYK 0.04 0 0.39 0.55
HSL 66.67º 0.25% 0.36% -
HSV(B) 66.67º 0.39% 0.45% -
XYZ 13.4 15.72 7.96 -
YUV 107.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 109 114 69 0.04 0 0.39 0.55 66.67 0.25 0.36
Hex 6D 72 45 4 0 27 37 43 19 24
Octal 155 162 105 4 0 47 67 103 31 44
Binary 1101101 1110010 1000101 100 0 100111 110111 1000011 11001 100100

Color Harmonies of #6D7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7245

Black with #6D7245

Text Example


Text Example

White with #6D7245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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