#6B7846

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

Shades of Siam #6B7846

Tints of Siam #6B7846

Color information

#6B7846 (or 0x6B7846) is unknown color: approx Siam. HEX triplet: 6B, 78 and 46. RGB value is (107,120,70). Sum of RGB (Red+Green+Blue) = 107+120+70=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7846 is #9487B9. Grayscale: #6E6E6E. Windows color (decimal): -9734074 or 4618347. OLE color: 4618347.

HSL color Cylindrical-coordinate representation of color #6B7846: hue angle of 75.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B7846 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB10712070-
CMYK0.1100.420.53
HSL75.6º26.32%37.25%-
HSV(B)75.6º41.67%47.06%-
XYZ13.89178.34-
YUV110.41105.19125.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=36.03%
G=40.40%
B=23.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107120700.1100.420.5375.626.3237.25
Hex6B7846B02A354c1a25
Octal15317010613052651143245
Binary11010111111000100011010110101010110101100110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,120,70); }

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

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

 a { background-color: rgb(107,120,70); }

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

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

 span { border-color: rgb(107,120,70); }

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