Html Css Color HEX #6E704F Siam

📋 copy color: '#6E704F'

red 110 ◦ green 112 ◦ blue 79

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

Shades of Siam #6E704F

Tints of Siam #6E704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 36.54%
G = 37.21%
B = 26.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6E704F (or 0x6E704F) is known color: Siam. HEX triplet: 6E, 70 and 4F. RGB value is (110,112,79). Sum of RGB (Red+Green+Blue) = 110+112+79=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #6E704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E704F is #918FB0. Grayscale: #6B6B6B. Windows color (decimal): -9539505 or 5206126. OLE color: 5206126.

HSL color Cylindrical-coordinate representation of color #6E704F: hue angle of 63.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E704F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 79 -
CMYK 0.02 0 0.29 0.56
HSL 63.64º 0.17% 0.37% -
HSV(B) 63.64º 0.29% 0.44% -
XYZ 13.64 15.47 9.66 -
YUV 107.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 110 112 79 0.02 0 0.29 0.56 63.64 0.17 0.37
Hex 6E 70 4F 2 0 1D 38 40 11 25
Octal 156 160 117 2 0 35 70 100 21 45
Binary 1101110 1110000 1001111 10 0 11101 111000 1000000 10001 100101

Color Harmonies of #6E704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E704F

Black with #6E704F

Text Example


Text Example

White with #6E704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,79); }

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

background-color css

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

 a { background-color: rgb(110,112,79); }

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

border-color css

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

 span { border-color: rgb(110,112,79); }

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