#6B704F

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

Shades of Siam #6B704F

Tints of Siam #6B704F

Color information

#6B704F (or 0x6B704F) is unknown color: approx Siam. HEX triplet: 6B, 70 and 4F. RGB value is (107,112,79). Sum of RGB (Red+Green+Blue) = 107+112+79=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #6B704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B704F is #948FB0. Grayscale: #6A6A6A. Windows color (decimal): -9736113 or 5206123. OLE color: 5206123.

HSL color Cylindrical-coordinate representation of color #6B704F: hue angle of 69.09º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B704F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB10711279-
CMYK0.0400.290.56
HSL69.09º17.28%37.45%-
HSV(B)69.09º29.46%43.92%-
XYZ13.2715.289.65-
YUV106.74112.34128.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=35.91%
G=37.58%
B=26.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112790.0400.290.5669.0917.2837.45
Hex6B704F401D38451125
Octal1531601174035701052145
Binary110101111100001001111100011101111000100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,79); }

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

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

 a { background-color: rgb(107,112,79); }

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

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

 span { border-color: rgb(107,112,79); }

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