Html Css Color HEX #6A724F Siam

📋 copy color: '#6A724F'

red 106 ◦ green 114 ◦ blue 79

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

Shades of Siam #6A724F

Tints of Siam #6A724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 35.45%
G = 38.13%
B = 26.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#6A724F (or 0x6A724F) is known color: Siam. HEX triplet: 6A, 72 and 4F. RGB value is (106,114,79). Sum of RGB (Red+Green+Blue) = 106+114+79=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #6A724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A724F is #958DB0. Grayscale: #6B6B6B. Windows color (decimal): -9801137 or 5206634. OLE color: 5206634.

HSL color Cylindrical-coordinate representation of color #6A724F: hue angle of 73.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A724F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 79 -
CMYK 0.07 0 0.31 0.55
HSL 73.71º 0.18% 0.38% -
HSV(B) 73.71º 0.31% 0.45% -
XYZ 13.37 15.66 9.72 -
YUV 107.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 106 114 79 0.07 0 0.31 0.55 73.71 0.18 0.38
Hex 6A 72 4F 7 0 1F 37 4A 12 26
Octal 152 162 117 7 0 37 67 112 22 46
Binary 1101010 1110010 1001111 111 0 11111 110111 1001010 10010 100110

Color Harmonies of #6A724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A724F

Black with #6A724F

Text Example


Text Example

White with #6A724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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