Html Css Color HEX #6E7A45 Siam

📋 copy color: '#6E7A45'

red 110 ◦ green 122 ◦ blue 69

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

Shades of Siam #6E7A45

Tints of Siam #6E7A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

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

R = 36.54%
G = 40.53%
B = 22.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#6E7A45 (or 0x6E7A45) is known color: Siam. HEX triplet: 6E, 7A and 45. RGB value is (110,122,69). Sum of RGB (Red+Green+Blue) = 110+122+69=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A45 is #9185BA. Grayscale: #707070. Windows color (decimal): -9536955 or 4553326. OLE color: 4553326.

HSL color Cylindrical-coordinate representation of color #6E7A45: hue angle of 73.58º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E7A45 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 122 69 -
CMYK 0.10 0 0.43 0.52
HSL 73.58º 0.28% 0.37% -
HSV(B) 73.58º 0.43% 0.48% -
XYZ 14.46 17.66 8.28 -
YUV 112.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 110 122 69 0.10 0 0.43 0.52 73.58 0.28 0.37
Hex 6E 7A 45 A 0 2B 34 4A 1C 25
Octal 156 172 105 12 0 53 64 112 34 45
Binary 1101110 1111010 1000101 1010 0 101011 110100 1001010 11100 100101

Color Harmonies of #6E7A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7A45

Black with #6E7A45

Text Example


Text Example

White with #6E7A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,69); }

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

background-color css

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

 a { background-color: rgb(110,122,69); }

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

border-color css

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

 span { border-color: rgb(110,122,69); }

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