Html Css Color HEX #6E704C Siam

📋 copy color: '#6E704C'

red 110 ◦ green 112 ◦ blue 76

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

Shades of Siam #6E704C

Tints of Siam #6E704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 36.91%
G = 37.58%
B = 25.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6E704C (or 0x6E704C) is known color: Siam. HEX triplet: 6E, 70 and 4C. RGB value is (110,112,76). Sum of RGB (Red+Green+Blue) = 110+112+76=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #6E704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E704C is #918FB3. Grayscale: #6B6B6B. Windows color (decimal): -9539508 or 5009518. OLE color: 5009518.

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

Color convert

RGB 110 112 76 -
CMYK 0.02 0 0.32 0.56
HSL 63.33º 0.19% 0.37% -
HSV(B) 63.33º 0.32% 0.44% -
XYZ 13.53 15.43 9.1 -
YUV 107.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 110 112 76 0.02 0 0.32 0.56 63.33 0.19 0.37
Hex 6E 70 4C 2 0 20 38 3F 13 25
Octal 156 160 114 2 0 40 70 77 23 45
Binary 1101110 1110000 1001100 10 0 100000 111000 111111 10011 100101

Color Harmonies of #6E704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E704C

Black with #6E704C

Text Example


Text Example

White with #6E704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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