Html Css Color HEX #6C7249 Siam

📋 copy color: '#6C7249'

red 108 ◦ green 114 ◦ blue 73

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

Shades of Siam #6C7249

Tints of Siam #6C7249

RGB

 RED value IS 108 (42.58% from 255) = 36.61%

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

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 36.61%
G = 38.64%
B = 24.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#6C7249 (or 0x6C7249) is known color: Siam. HEX triplet: 6C, 72 and 49. RGB value is (108,114,73). Sum of RGB (Red+Green+Blue) = 108+114+73=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7249 is #938DB6. Grayscale: #6B6B6B. Windows color (decimal): -9670071 or 4813420. OLE color: 4813420.

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

Color convert

RGB 108 114 73 -
CMYK 0.05 0 0.36 0.55
HSL 68.78º 0.22% 0.37% -
HSV(B) 68.78º 0.36% 0.45% -
XYZ 13.4 15.7 8.63 -
YUV 107.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 108 114 73 0.05 0 0.36 0.55 68.78 0.22 0.37
Hex 6C 72 49 5 0 24 37 45 16 25
Octal 154 162 111 5 0 44 67 105 26 45
Binary 1101100 1110010 1001001 101 0 100100 110111 1000101 10110 100101

Color Harmonies of #6C7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7249

Black with #6C7249

Text Example


Text Example

White with #6C7249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,114,73); }

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

background-color css

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

 a { background-color: rgb(108,114,73); }

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

border-color css

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

 span { border-color: rgb(108,114,73); }

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