Html Css Color HEX #6A774C Siam

📋 copy color: '#6A774C'

red 106 ◦ green 119 ◦ blue 76

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

Shades of Siam #6A774C

Tints of Siam #6A774C

RGB

 RED value IS 106 (41.8% from 255) = 35.22%

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 35.22%
G = 39.53%
B = 25.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#6A774C (or 0x6A774C) is known color: Siam. HEX triplet: 6A, 77 and 4C. RGB value is (106,119,76). Sum of RGB (Red+Green+Blue) = 106+119+76=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #6A774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A774C is #9588B3. Grayscale: #6E6E6E. Windows color (decimal): -9799860 or 5011306. OLE color: 5011306.

HSL color Cylindrical-coordinate representation of color #6A774C: hue angle of 78.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A774C is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 76 -
CMYK 0.11 0 0.36 0.53
HSL 78.14º 0.22% 0.38% -
HSV(B) 78.14º 0.36% 0.47% -
XYZ 13.85 16.78 9.35 -
YUV 110.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 106 119 76 0.11 0 0.36 0.53 78.14 0.22 0.38
Hex 6A 77 4C B 0 24 35 4E 16 26
Octal 152 167 114 13 0 44 65 116 26 46
Binary 1101010 1110111 1001100 1011 0 100100 110101 1001110 10110 100110

Color Harmonies of #6A774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A774C

Black with #6A774C

Text Example


Text Example

White with #6A774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,76); }

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

background-color css

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

 a { background-color: rgb(106,119,76); }

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

border-color css

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

 span { border-color: rgb(106,119,76); }

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