#6B7347

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

Shades of Siam #6B7347

Tints of Siam #6B7347

Color information

#6B7347 (or 0x6B7347) is unknown color: approx Siam. HEX triplet: 6B, 73 and 47. RGB value is (107,115,71). Sum of RGB (Red+Green+Blue) = 107+115+71=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7347 is #948CB8. Grayscale: #6B6B6B. Windows color (decimal): -9735353 or 4682603. OLE color: 4682603.

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

Color convert

RGB10711571-
CMYK0.0700.380.55
HSL70.91º23.66%36.47%-
HSV(B)70.91º38.26%45.1%-
XYZ13.3315.848.32-
YUV107.59107.35127.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=36.52%
G=39.25%
B=24.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107115710.0700.380.5570.9123.6636.47
Hex6B7347702637471824
Octal1531631077046671073044
Binary1101011111001110001111110100110110111100011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,71); }

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

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

 a { background-color: rgb(107,115,71); }

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

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

 span { border-color: rgb(107,115,71); }

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