#6B7051

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

Shades of Siam #6B7051

Tints of Siam #6B7051

Color information

#6B7051 (or 0x6B7051) is unknown color: approx Siam. HEX triplet: 6B, 70 and 51. RGB value is (107,112,81). Sum of RGB (Red+Green+Blue) = 107+112+81=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7051 is #948FAE. Grayscale: #6B6B6B. Windows color (decimal): -9736111 or 5337195. OLE color: 5337195.

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

Color convert

RGB10711281-
CMYK0.0400.280.56
HSL69.68º16.06%37.84%-
HSV(B)69.68º27.68%43.92%-
XYZ13.3415.3110.04-
YUV106.97113.34128.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 81 (32.03% from 255) = 27%
R=35.67%
G=37.33%
B=27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112810.0400.280.5669.6816.0637.84
Hex6B7051401C38461026
Octal1531601214034701062046
Binary110101111100001010001100011100111000100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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