#6A724E

Color #6A724E Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #6A724E

Tints of Siam #6A724E

Color information

#6A724E (or 0x6A724E) is unknown color: approx Siam. HEX triplet: 6A, 72 and 4E. RGB value is (106,114,78). Sum of RGB (Red+Green+Blue) = 106+114+78=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #6A724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A724E is #958DB1. Grayscale: #6B6B6B. Windows color (decimal): -9801138 or 5141098. OLE color: 5141098.

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

Color convert

RGB10611478-
CMYK0.0700.320.55
HSL73.33º18.75%37.65%-
HSV(B)73.33º31.58%44.71%-
XYZ13.3415.659.53-
YUV107.5111.35126.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=35.57%
G=38.26%
B=26.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106114780.0700.320.5573.3318.7537.65
Hex6A724E702037491326
Octal1521621167040671112346
Binary1101010111001010011101110100000110111100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A724E;
 }
 .AnyTagClassName
 {
   color: #6A724E;
 }
</style>
background-color css

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

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

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

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

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

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