Html Css Color HEX #6A754F Siam

📋 copy color: '#6A754F'

red 106 ◦ green 117 ◦ blue 79

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

Shades of Siam #6A754F

Tints of Siam #6A754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 35.1%
G = 38.74%
B = 26.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#6A754F (or 0x6A754F) is known color: Siam. HEX triplet: 6A, 75 and 4F. RGB value is (106,117,79). Sum of RGB (Red+Green+Blue) = 106+117+79=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #6A754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A754F is #958AB0. Grayscale: #6D6D6D. Windows color (decimal): -9800369 or 5207402. OLE color: 5207402.

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

Color convert

RGB 106 117 79 -
CMYK 0.09 0 0.32 0.54
HSL 77.37º 0.19% 0.38% -
HSV(B) 77.37º 0.32% 0.46% -
XYZ 13.72 16.35 9.83 -
YUV 109.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 106 117 79 0.09 0 0.32 0.54 77.37 0.19 0.38
Hex 6A 75 4F 9 0 20 36 4D 13 26
Octal 152 165 117 11 0 40 66 115 23 46
Binary 1101010 1110101 1001111 1001 0 100000 110110 1001101 10011 100110

Color Harmonies of #6A754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A754F

Black with #6A754F

Text Example


Text Example

White with #6A754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,79); }

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

background-color css

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

 a { background-color: rgb(106,117,79); }

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

border-color css

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

 span { border-color: rgb(106,117,79); }

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