Html Css Color HEX #6A774A Siam

📋 copy color: '#6A774A'

red 106 ◦ green 119 ◦ blue 74

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

Shades of Siam #6A774A

Tints of Siam #6A774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 35.45%
G = 39.8%
B = 24.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#6A774A (or 0x6A774A) is known color: Siam. HEX triplet: 6A, 77 and 4A. RGB value is (106,119,74). Sum of RGB (Red+Green+Blue) = 106+119+74=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #6A774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A774A is #9588B5. Grayscale: #6E6E6E. Windows color (decimal): -9799862 or 4880234. OLE color: 4880234.

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

Color convert

RGB 106 119 74 -
CMYK 0.11 0 0.38 0.53
HSL 77.33º 0.23% 0.38% -
HSV(B) 77.33º 0.38% 0.47% -
XYZ 13.78 16.75 8.99 -
YUV 109.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 106 119 74 0.11 0 0.38 0.53 77.33 0.23 0.38
Hex 6A 77 4A B 0 26 35 4D 17 26
Octal 152 167 112 13 0 46 65 115 27 46
Binary 1101010 1110111 1001010 1011 0 100110 110101 1001101 10111 100110

Color Harmonies of #6A774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A774A

Black with #6A774A

Text Example


Text Example

White with #6A774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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