Html Css Color HEX #6C704D Siam

📋 copy color: '#6C704D'

red 108 ◦ green 112 ◦ blue 77

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

Shades of Siam #6C704D

Tints of Siam #6C704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 36.36%
G = 37.71%
B = 25.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6C704D (or 0x6C704D) is known color: Siam. HEX triplet: 6C, 70 and 4D. RGB value is (108,112,77). Sum of RGB (Red+Green+Blue) = 108+112+77=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #6C704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C704D is #938FB2. Grayscale: #6A6A6A. Windows color (decimal): -9670579 or 5075052. OLE color: 5075052.

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

Color convert

RGB 108 112 77 -
CMYK 0.04 0 0.31 0.56
HSL 66.86º 0.19% 0.37% -
HSV(B) 66.86º 0.31% 0.44% -
XYZ 13.32 15.31 9.27 -
YUV 106.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 108 112 77 0.04 0 0.31 0.56 66.86 0.19 0.37
Hex 6C 70 4D 4 0 1F 38 43 13 25
Octal 154 160 115 4 0 37 70 103 23 45
Binary 1101100 1110000 1001101 100 0 11111 111000 1000011 10011 100101

Color Harmonies of #6C704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C704D

Black with #6C704D

Text Example


Text Example

White with #6C704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,77); }

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

background-color css

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

 a { background-color: rgb(108,112,77); }

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

border-color css

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

 span { border-color: rgb(108,112,77); }

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