Html Css Color HEX #6E7244 Siam

📋 copy color: '#6E7244'

red 110 ◦ green 114 ◦ blue 68

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

Shades of Siam #6E7244

Tints of Siam #6E7244

RGB

 RED value IS 110 (43.36% from 255) = 37.67%

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

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 37.67%
G = 39.04%
B = 23.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#6E7244 (or 0x6E7244) is known color: Siam. HEX triplet: 6E, 72 and 44. RGB value is (110,114,68). Sum of RGB (Red+Green+Blue) = 110+114+68=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7244 is #918DBB. Grayscale: #6B6B6B. Windows color (decimal): -9539004 or 4485742. OLE color: 4485742.

HSL color Cylindrical-coordinate representation of color #6E7244: hue angle of 65.22º 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 #6E7244 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 68 -
CMYK 0.04 0 0.40 0.55
HSL 65.22º 0.25% 0.36% -
HSV(B) 65.22º 0.4% 0.45% -
XYZ 13.49 15.77 7.8 -
YUV 107.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 110 114 68 0.04 0 0.40 0.55 65.22 0.25 0.36
Hex 6E 72 44 4 0 28 37 41 19 24
Octal 156 162 104 4 0 50 67 101 31 44
Binary 1101110 1110010 1000100 100 0 101000 110111 1000001 11001 100100

Color Harmonies of #6E7244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7244

Black with #6E7244

Text Example


Text Example

White with #6E7244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,68); }

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

background-color css

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

 a { background-color: rgb(110,114,68); }

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

border-color css

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

 span { border-color: rgb(110,114,68); }

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