#6B744E

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

Shades of Siam #6B744E

Tints of Siam #6B744E

Color information

#6B744E (or 0x6B744E) is unknown color: approx Siam. HEX triplet: 6B, 74 and 4E. RGB value is (107,116,78). Sum of RGB (Red+Green+Blue) = 107+116+78=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #6B744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B744E is #948BB1. Grayscale: #6D6D6D. Windows color (decimal): -9735090 or 5141611. OLE color: 5141611.

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

Color convert

RGB10711678-
CMYK0.0800.330.55
HSL74.21º19.59%38.04%-
HSV(B)74.21º32.76%45.49%-
XYZ13.6816.179.61-
YUV108.98110.52126.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=35.55%
G=38.54%
B=25.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116780.0800.330.5574.2119.5938.04
Hex6B744E8021374a1426
Octal15316411610041671122446
Binary11010111110100100111010000100001110111100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,78); }

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

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

 a { background-color: rgb(107,116,78); }

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

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

 span { border-color: rgb(107,116,78); }

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