#6B704A

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

Shades of Siam #6B704A

Tints of Siam #6B704A

Color information

#6B704A (or 0x6B704A) is unknown color: approx Siam. HEX triplet: 6B, 70 and 4A. RGB value is (107,112,74). Sum of RGB (Red+Green+Blue) = 107+112+74=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #6B704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B704A is #948FB5. Grayscale: #6A6A6A. Windows color (decimal): -9736118 or 4878443. OLE color: 4878443.

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

Color convert

RGB10711274-
CMYK0.0400.340.56
HSL67.89º20.43%36.47%-
HSV(B)67.89º33.93%43.92%-
XYZ13.0915.218.72-
YUV106.17109.84128.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=36.52%
G=38.23%
B=25.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112740.0400.340.5667.8920.4336.47
Hex6B704A402238441424
Octal1531601124042701042444
Binary1101011111000010010101000100010111000100010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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