Html Css Color HEX #6C764D Siam

📋 copy color: '#6C764D'

red 108 ◦ green 118 ◦ blue 77

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

Shades of Siam #6C764D

Tints of Siam #6C764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

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

R = 35.64%
G = 38.94%
B = 25.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#6C764D (or 0x6C764D) is known color: Siam. HEX triplet: 6C, 76 and 4D. RGB value is (108,118,77). Sum of RGB (Red+Green+Blue) = 108+118+77=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #6C764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C764D is #9389B2. Grayscale: #6E6E6E. Windows color (decimal): -9669043 or 5076588. OLE color: 5076588.

HSL color Cylindrical-coordinate representation of color #6C764D: hue angle of 74.63º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C764D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 77 -
CMYK 0.08 0 0.35 0.54
HSL 74.63º 0.21% 0.38% -
HSV(B) 74.63º 0.35% 0.46% -
XYZ 14 16.68 9.5 -
YUV 110.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 108 118 77 0.08 0 0.35 0.54 74.63 0.21 0.38
Hex 6C 76 4D 8 0 23 36 4B 15 26
Octal 154 166 115 10 0 43 66 113 25 46
Binary 1101100 1110110 1001101 1000 0 100011 110110 1001011 10101 100110

Color Harmonies of #6C764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C764D

Black with #6C764D

Text Example


Text Example

White with #6C764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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