Html Css Color HEX #6D7248 Siam

📋 copy color: '#6D7248'

red 109 ◦ green 114 ◦ blue 72

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

Shades of Siam #6D7248

Tints of Siam #6D7248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 36.95%
G = 38.64%
B = 24.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#6D7248 (or 0x6D7248) is known color: Siam. HEX triplet: 6D, 72 and 48. RGB value is (109,114,72). Sum of RGB (Red+Green+Blue) = 109+114+72=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7248 is #928DB7. Grayscale: #6B6B6B. Windows color (decimal): -9604536 or 4747885. OLE color: 4747885.

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

Color convert

RGB 109 114 72 -
CMYK 0.04 0 0.37 0.55
HSL 67.14º 0.23% 0.36% -
HSV(B) 67.14º 0.37% 0.45% -
XYZ 13.49 15.75 8.46 -
YUV 107.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 109 114 72 0.04 0 0.37 0.55 67.14 0.23 0.36
Hex 6D 72 48 4 0 25 37 43 17 24
Octal 155 162 110 4 0 45 67 103 27 44
Binary 1101101 1110010 1001000 100 0 100101 110111 1000011 10111 100100

Color Harmonies of #6D7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7248

Black with #6D7248

Text Example


Text Example

White with #6D7248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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