#6B704B

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

Shades of Siam #6B704B

Tints of Siam #6B704B

Color information

#6B704B (or 0x6B704B) is unknown color: approx Siam. HEX triplet: 6B, 70 and 4B. RGB value is (107,112,75). Sum of RGB (Red+Green+Blue) = 107+112+75=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #6B704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B704B is #948FB4. Grayscale: #6A6A6A. Windows color (decimal): -9736117 or 4943979. OLE color: 4943979.

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

Color convert

RGB10711275-
CMYK0.0400.330.56
HSL68.11º19.79%36.67%-
HSV(B)68.11º33.04%43.92%-
XYZ13.1315.228.9-
YUV106.29110.34128.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=36.39%
G=38.10%
B=25.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112750.0400.330.5668.1119.7936.67
Hex6B704B402138441425
Octal1531601134041701042445
Binary1101011111000010010111000100001111000100010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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