Html Css Color HEX #6A714F Siam

📋 copy color: '#6A714F'

red 106 ◦ green 113 ◦ blue 79

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

Shades of Siam #6A714F

Tints of Siam #6A714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 35.57%
G = 37.92%
B = 26.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6A714F (or 0x6A714F) is known color: Siam. HEX triplet: 6A, 71 and 4F. RGB value is (106,113,79). Sum of RGB (Red+Green+Blue) = 106+113+79=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #6A714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A714F is #958EB0. Grayscale: #6B6B6B. Windows color (decimal): -9801393 or 5206378. OLE color: 5206378.

HSL color Cylindrical-coordinate representation of color #6A714F: hue angle of 72.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A714F is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 79 -
CMYK 0.06 0 0.30 0.56
HSL 72.35º 0.18% 0.38% -
HSV(B) 72.35º 0.3% 0.44% -
XYZ 13.26 15.44 9.68 -
YUV 107.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 106 113 79 0.06 0 0.30 0.56 72.35 0.18 0.38
Hex 6A 71 4F 6 0 1E 38 48 12 26
Octal 152 161 117 6 0 36 70 110 22 46
Binary 1101010 1110001 1001111 110 0 11110 111000 1001000 10010 100110

Color Harmonies of #6A714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A714F

Black with #6A714F

Text Example


Text Example

White with #6A714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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